1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00
Files
godot/doc/classes
PouleyKetchoupp daa0977c68 NodePath properly updated in the editor in more cases
Fix more cases of node path needing an update when nodes are renamed or
moved in the editor.

Built-in node properties:
Before, node paths were checked only for script export variables. Now
all properties are checked from the node, which includes built-in node
properties.
Allows proper node path updates for nodes like remote transform, physics
joints, etc.

Arrays and dictionaries:
Node paths nested in array and dictionary properties are now also
updated in the editor.

Also update the documentation to be clear about node path update in the
editor and at runtime.

Co-authored-by: latorril <latorril@gmail.com>
(cherry picked from commit 3e4e530523)
2021-07-06 11:10:47 +02:00
..
2021-05-20 12:56:56 +02:00
2021-06-07 12:11:52 +02:00
2021-05-31 05:25:12 -04:00
2021-05-20 13:29:38 +03:00
2021-05-20 13:29:38 +03:00
2021-05-20 12:56:56 +02:00
2021-06-19 09:28:53 +02:00
2021-06-18 11:00:44 -04:00