[GraphEdit] Make connections a property

This commit is contained in:
Hendrik Brucker
2024-12-16 02:28:34 +01:00
parent b9437c3938
commit e5be03a42b
6 changed files with 171 additions and 102 deletions

View File

@ -236,3 +236,10 @@ Validate extension JSON: Error: Field 'classes/EditorInterface/methods/open_scen
Added optional argument to open_scene_from_path to create a new inherited scene.
Compatibility method registered.
GH-97449
--------
Validate extension JSON: Error: Field 'classes/GraphEdit/methods/connect_node/arguments': size changed value in new API, from 4 to 5.
Added optional argument to connect_node to specify whether the connection should be automatically deleted if invalid. Compatibility method registered.