virtualx-engine/scene
Birk Magnussen dd97ff44ab
Fixes the issue where setting global rotation would reset scale.
This was caused because the basis for the target global transform was entirely recreated. This process did not account for the scale of the basis of the current global transform.
This PR amends this by scaling the recreated basis for the global transform by the current global scale of the Node3D.
Note that this scaling has to be done from the current global scale and not from the local scale of the Node3D, otherwise issues would arise if parents of this Node3D would be scaled.
2024-04-16 13:43:00 +02:00
..
2d Merge pull request #90668 from timothyqiu/owner-id 2024-04-15 10:00:32 +02:00
3d Fixes the issue where setting global rotation would reset scale. 2024-04-16 13:43:00 +02:00
animation Make AnimationMixer consider Discrete for RESET track 2024-04-06 05:37:45 +09:00
audio Merge pull request #87830 from KoBeWi/internalization_aka_i15n 2024-02-19 17:06:32 +01:00
debugger Avoid unqualified-id "near" and "far" in Node3DEditor/Viewport 2024-02-13 18:53:21 +09:00
gui [RTL] Add support for character code bb tag. 2024-04-15 11:25:50 +03:00
main Merge pull request #90268 from RandomShaper/wtp_servers 2024-04-15 10:12:00 +02:00
resources Improve error when scene/resource is saved with newer format 2024-04-15 12:08:35 +02:00
theme Remove border roundness inside panels of AcceptDialog windows 2024-04-06 00:01:16 -03:00
property_list_helper.cpp Fix implementation of property_can_revert() in PropertyListHelper 2024-02-22 15:05:19 +01:00
property_list_helper.h Add PropertyListHelper to PopupMenu 2024-02-11 12:09:55 +01:00
property_utils.cpp Fix inherited scenes produce errors in editor when "editable_children" is true 2024-03-10 07:37:47 +08:00
property_utils.h
register_scene_types.cpp Reorganize some code to have 2D things grouped together 2024-04-13 02:56:50 -07:00
register_scene_types.h
scene_string_names.cpp replace bone_pose_updated to skeleton_updated signal 2024-04-13 05:48:42 +09:00
scene_string_names.h replace bone_pose_updated to skeleton_updated signal 2024-04-13 05:48:42 +09:00
SCsub