godot/scene
风青山 4d57da4d01
Fix inherited scenes produce errors in editor when "editable_children" is true
Since the same argument is used, `SceneState::get_node_deferred_nodepath_properties()`
should use similar logic to `SceneState::get_property_value()`.

Make `SceneState::get_property_value()` to return whether the property is deferred.
2024-03-10 07:37:47 +08:00
..
2d Revert "Update Node::get_configuration_warnings signature" 2024-02-17 19:03:21 +01:00
3d Merge pull request #88312 from Malcolmnixon/face-tracker-provider 2024-02-19 10:43:45 +01:00
animation Fix AnimationMixer breaking animations with redundant check 2024-02-19 16:50:19 +01: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 Revert "Fix selecting popup menu items on mouse release" 2024-02-20 10:05:41 +01:00
main Fix AnimationMixer breaking animations with redundant check 2024-02-19 16:50:19 +01:00
resources Fix inherited scenes produce errors in editor when "editable_children" is true 2024-03-10 07:37:47 +08:00
theme Merge pull request #84763 from KoBeWi/all-knowing_theme_editor 2024-02-13 17:23:07 +01:00
property_list_helper.cpp Add PropertyListHelper to PopupMenu 2024-02-11 12:09:55 +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 One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_scene_types.cpp Merge pull request #88312 from Malcolmnixon/face-tracker-provider 2024-02-19 10:43:45 +01: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 Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00