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
Prior to adding animation, the scene was parsed once per tracer task and wasn't pre-parsed for subsequent tasks for the same job. Animation added the requirement to reset all objects back to their original base properties (position, rotation etc) on each task frame, the solution was to parse the scene each time
Investigate ways to get original behaviour back, perhaps caching object starting properties for animated objects
The text was updated successfully, but these errors were encountered:
Prior to adding animation, the scene was parsed once per tracer task and wasn't pre-parsed for subsequent tasks for the same job. Animation added the requirement to reset all objects back to their original base properties (position, rotation etc) on each task frame, the solution was to parse the scene each time
The text was updated successfully, but these errors were encountered: