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 a series only has frames, say, 40-60, the sequence loader currently appears to behave in what I would say unexpected ways for frame ranges outside of this range. I think there are at least two sensible options:
Load empty geometry when the current frame is not available (basically making the object not appear or disappear)
"Freeze" geometry to the closest available frame.
I think maybe we should support both, maybe choosing the first option as a default and allow toggling through settings.
We should also handle the case when only intermittent frames are available, for example 40-50 and 60-70, or more generally 3, 5, 8, 12.
The text was updated successfully, but these errors were encountered:
If a series only has frames, say, 40-60, the sequence loader currently appears to behave in what I would say unexpected ways for frame ranges outside of this range. I think there are at least two sensible options:
I think maybe we should support both, maybe choosing the first option as a default and allow toggling through settings.
We should also handle the case when only intermittent frames are available, for example 40-50 and 60-70, or more generally 3, 5, 8, 12.
The text was updated successfully, but these errors were encountered: