diff options
author | Zi Ye <major.mcdoom@gmail.com> | 2024-02-24 17:44:26 -0600 |
---|---|---|
committer | Zi Ye <major.mcdoom@gmail.com> | 2024-02-25 05:24:48 -0600 |
commit | 995bc8d0496516178cbebbc232e335c2877af89b (patch) | |
tree | fe26cf13445a86db03551fffcab4efa2d3d84d18 /misc/extension_api_validation/4.2-stable.expected | |
parent | 2e7fc81315bfa8d0a15f60adff2a12b6f3104236 (diff) | |
download | redot-engine-995bc8d0496516178cbebbc232e335c2877af89b.tar.gz |
Make Skeleton3D::add_bone return the new bone index right away, instead of requiring an additional call to get_bone_count.
Diffstat (limited to 'misc/extension_api_validation/4.2-stable.expected')
-rw-r--r-- | misc/extension_api_validation/4.2-stable.expected | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected index ef70c4ab18..c0a1e58c62 100644 --- a/misc/extension_api_validation/4.2-stable.expected +++ b/misc/extension_api_validation/4.2-stable.expected @@ -215,3 +215,12 @@ Renamed to EditorSceneFormatImporterFBX2GLTF. The compat breakage was deemed necessary as this is a class most users wouldn't use directly, and the name needs to be disambiguated with the new EditorSceneFormatImporterUFBX. + + +GH-88791 +-------- +Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/Skeleton3D/methods/add_bone': return_value + +Added a return value for add_bone. +Should not affect existing regular use - the return value would just be unused. +Compatibility method registered. |