Pass current value to EditorInterface node/property popups
This commit is contained in:
@ -65,3 +65,11 @@ Validate extension JSON: Error: Field 'classes/AudioStreamPlayer2D/properties/pl
|
||||
Validate extension JSON: Error: Field 'classes/AudioStreamPlayer3D/properties/playing': setter changed value in new API, from "_set_playing" to &"set_playing".
|
||||
|
||||
These setters have been renamed to expose them. GDExtension language bindings couldn't have exposed these properties before.
|
||||
|
||||
|
||||
GH-94322
|
||||
--------
|
||||
Validate extension JSON: Error: Field 'classes/EditorInterface/methods/popup_node_selector/arguments': size changed value in new API, from 2 to 3.
|
||||
Validate extension JSON: Error: Field 'classes/EditorInterface/methods/popup_property_selector/arguments': size changed value in new API, from 3 to 4.
|
||||
|
||||
Added optional argument to popup_property_selector and popup_node_selector to specify the current value.
|
||||
|
||||
Reference in New Issue
Block a user