-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Keep off-grid position of TCOs on group moving #4262
Conversation
This works fine. What about moving a single track in edit mode? Should it snap to grid or keep the offset? |
I think it should snap to grid unless modifier(s) are specified. |
I would probably expect not snapping effect without a modifier as that is what I get with moving a group. Maybe you can have two snap points. Grid and offset that you step through? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be merged. It's already a huge improvement. If the action needs fine tuning later then we can do it in master. As for moving single objects one can simply select it as you do with multiple objects move and it won't snap when moved. I still think moving a single object shouldn't snap however but I'm happy with this way of operation too. Also, if we merge we'll get feedback.
Merge? |
We can easily revert this if there are some issues with it. If there are no objections, I'll merge this. |
Merging. I hope #4357 or something will finally supersede this one. |
This is a simpler alternative of #4043. Instead of calculating relative offsets from snap points, it just quantizes the change amount of offsets.
Fixes #2300, closes #4043.