diff options
author | Chris Cranford <chris@hibernate.org> | 2024-09-01 19:18:54 -0400 |
---|---|---|
committer | Chris Cranford <chris@hibernate.org> | 2024-09-03 00:54:55 -0400 |
commit | 9122be6474659a31bc56d2593f6a1c446f5c6378 (patch) | |
tree | 8bc30d97bf05018a19d61badc1b58515a8772a09 /misc/extension_api_validation | |
parent | 61598c5c88d95b96811d386cb20d714c35f4c6d7 (diff) | |
download | redot-engine-9122be6474659a31bc56d2593f6a1c446f5c6378.tar.gz |
Pass current value to `EditorInterface` node/property popups
Diffstat (limited to 'misc/extension_api_validation')
-rw-r--r-- | misc/extension_api_validation/4.3-stable.expected | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.3-stable.expected b/misc/extension_api_validation/4.3-stable.expected index 851ef69261..882f96a0dc 100644 --- a/misc/extension_api_validation/4.3-stable.expected +++ b/misc/extension_api_validation/4.3-stable.expected @@ -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. |