virtualx-engine/scene
风青山 30904ed3bc Fix cannot update remote after disabling use_global_coordinates in RemoteTransform2D
Due to the optimization in `CanvasItem`, `global_transform` is only
updated when `get_global_transform()` is called, and then notify
`NOTIFICATION_TRANSFORM_CHANGED`. That is, in the case where
`global_transform` is not obtained, the notification will not be sent.

So we use `NOTIFICATION_LOCAL_TRANSFORM_CHANGED` in this case. Use in
combination to prevent certain optimizations.

Same change for `RemoteTransform3D`, to prevent the same optimization
from being used in `Node3D` in the future.
2023-10-15 00:16:52 +08:00
..
2d Fix cannot update remote after disabling use_global_coordinates in RemoteTransform2D 2023-10-15 00:16:52 +08:00
3d Fix cannot update remote after disabling use_global_coordinates in RemoteTransform2D 2023-10-15 00:16:52 +08:00
animation Merge pull request #83030 from TokageItLab/patch-misc-blending 2023-10-09 15:40:14 +02:00
audio Add a bus_renamed AudioServer signal 2023-09-15 13:02:03 +03:00
debugger Fix arg count checks in SceneDebugger 2023-07-19 18:13:15 +02:00
gui Merge pull request #80916 from ajreckof/fix-deferred-mode-not-working-for-color-picker-sliders 2023-10-13 22:15:45 +02:00
main Merge pull request #82100 from bitsawer/fix_shader_globals_override 2023-10-11 22:50:08 +02:00
resources Merge pull request #83179 from clayjohn/tangents-sanitize 2023-10-13 22:17:02 +02:00
theme Merge pull request #82653 from MewPurPur/simplify-region-folding-icon 2023-10-04 15:35:57 +02:00
property_utils.cpp Extract ScriptInstance to simplify includes 2023-09-06 22:54:38 +02:00
property_utils.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_scene_types.cpp Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
register_scene_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.cpp Use StringName consistently to refer to the Master audio bus name 2023-08-07 18:06:17 +02:00
scene_string_names.h Use StringName consistently to refer to the Master audio bus name 2023-08-07 18:06:17 +02:00
SCsub