-
-
Notifications
You must be signed in to change notification settings - Fork 22k
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
Restore 'rotation_degrees' properties. #70263
Conversation
I think we can assist with filling the documentation. |
7457f92
to
7d0b1db
Compare
Fixes #63390 |
fa1f214
to
d9c7498
Compare
By popular demand, restoring the helper properties to rotate objects in degrees. Affected are local and global rotations for: * Node2D * Node3D * Control
d9c7498
to
80b578b
Compare
There's a whole bit of mess now regarding rotation. What currently being exposed in the Inspector in Godot 4.0 is |
@Mickeon This is fine, the main rotation is and will be in radians (even if editing can be done in degrees, because nobody edits those values in radians). The added functions are helpers and are documented as such. |
Thanks! |
By popular demand, restoring the helper properties to rotate objects in degrees. Affected are local and global rotations for:
Bugsquad edit: