-
-
Notifications
You must be signed in to change notification settings - Fork 511
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
Add origin to the Transform node (and visualize it with an overlay) #1530
Comments
This was referenced Dec 20, 2023
Closed
Closed
Superseded by #2225. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Design and implement the new pivot system containing a pivot stored in layer space (?) instead of normalised bounding box (so a pivot of (0.5, 0.5) would no longer be in the middle of the bounding box as it is currently). Note that this will break things such as rotating around the pivot, transformations applied by tools, etc. Careful thought should be applied as to how exactly the pivot should be stored.
"Pivot" concept is split into "reference point" and "pivot"
Also we likely don't use the nine-square widget for pivot to ensure people think of it only as the reference point concept
So the Transform node changes like so:
Goals: don't have shift caused by upstream changes, thus we can't use the bounding box as a pivot reference, instead we have to explicitly have the user set any desired pivots
As part of combining issue #534 into here, here's the description that was part of it:
The text was updated successfully, but these errors were encountered: