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

Moving parent objects while siblings are animated can lead to misplacement #794

Open
tinxx opened this issue Oct 1, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@tinxx
Copy link
Collaborator

tinxx commented Oct 1, 2024

Reproduction:

  • Move a node to another parent
  • Hit undo
  • While the node is moved back (animated) to its former place, move its parent
  • The animation is completed without interruption
  • The node is on a different position relative to its parent than it should be
2024-10-02.11-04-19.mp4

Normally conflicting and consecutive changes executed via NodeOperator should be automatically handled and resolved.
However, it might be necessary to check for changes of child elements that have to be taken into account as well.
One solution could be to complete child animation (movement) immediately before the parent object starts moving.

@tinxx tinxx added the bug Something isn't working label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant