You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you apply a custom schema to a camera (for example to attach a background image) and populate the custom attribute(s) with time-sampled data, Hydra doesn't trigger the appropriate syncing on frame changes. This is due to UsdImagingCameraAdapter::TrackVariability having a hard-coded list of attributes to consider.
In contrast, UsdImagingLightAdapter::TrackVariability iterates over all attributes.
PR for consideration inbound ... basically just copying what the lightAdapter does, at the end of the cameraAdapter :)
The text was updated successfully, but these errors were encountered:
Description of Issue
If you apply a custom schema to a camera (for example to attach a background image) and populate the custom attribute(s) with time-sampled data, Hydra doesn't trigger the appropriate syncing on frame changes. This is due to
UsdImagingCameraAdapter::TrackVariability
having a hard-coded list of attributes to consider.In contrast,
UsdImagingLightAdapter::TrackVariability
iterates over all attributes.PR for consideration inbound ... basically just copying what the lightAdapter does, at the end of the cameraAdapter :)
The text was updated successfully, but these errors were encountered: