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
Add a sequence to the scene using the sequence loader
Create a new object (e.g. an Empty)
Parent the sequence to the Empty
Apply a transform to the Empty (e.g. 0.5x scaling in all directions)
Jump around between different frames
What happens: Somehow on every frame change the inverse transform of the parent is applied to the sequence. So e.g. if the parent has a scaling of 0.5x, the sequence is scaled by a factor of 2.0x. This accumulates over multiple frame changes.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
What happens: Somehow on every frame change the inverse transform of the parent is applied to the sequence. So e.g. if the parent has a scaling of 0.5x, the sequence is scaled by a factor of 2.0x. This accumulates over multiple frame changes.
The text was updated successfully, but these errors were encountered: