Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transformations of parent objects of sequences cause problems #27

Open
w1th0utnam3 opened this issue Oct 6, 2023 · 0 comments
Open

Comments

@w1th0utnam3
Copy link
Member

Steps to reproduce:

  • 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.

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant