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
When an object is skinned and we render it through Hydra, we call HdExtComputationUtils::SampleComputedPrimvarValues with maxSamples = 3 .
If there should be more keys, the returned times are clamped to 3 and we then get only the beginning of the shutter range.
This shows up in test_1443 where the motion length is very different from the expected one. It happens because we only get the first 3 keys out of 7.
The text was updated successfully, but these errors were encountered:
When an object is skinned and we render it through Hydra, we call
HdExtComputationUtils::SampleComputedPrimvarValues
withmaxSamples = 3
.If there should be more keys, the returned times are clamped to 3 and we then get only the beginning of the shutter range.
This shows up in test_1443 where the motion length is very different from the expected one. It happens because we only get the first 3 keys out of 7.
The text was updated successfully, but these errors were encountered: