Why is the default transform-origin of a node set to 0 0? #1853
Answered
by
bcakmakoglu
OldFarmer86
asked this question in
Q&A
-
This seems inconvenient for users when there is custom nodes with different height. can we safely set it to default values |
Beta Was this translation helpful? Give feedback.
Answered by
bcakmakoglu
May 19, 2025
Replies: 1 comment
-
You can override this yourself if you want to. For now origins are, by default, 0,0 but a nodes position origin will be customizable in a later release (no ETA when this will drop though). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
OldFarmer86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can override this yourself if you want to. For now origins are, by default, 0,0 but a nodes position origin will be customizable in a later release (no ETA when this will drop though).