diff options
author | Joel Fortier <musicgun47@gmail.com> | 2024-07-19 14:20:31 +0930 |
---|---|---|
committer | Joel Fortier <musicgun47@gmail.com> | 2024-09-16 21:30:31 +0930 |
commit | a58ae8e1c61f590e28a9ff9e8e9a66a80f242fa8 (patch) | |
tree | 415da41c69e386bb8fa3ae1b5a9df93adda2bf7f /misc/extension_api_validation | |
parent | 6681f2563b99e14929a8acb27f4908fece398ef1 (diff) | |
download | redot-engine-a58ae8e1c61f590e28a9ff9e8e9a66a80f242fa8.tar.gz |
Fixed SoftBody3D handles not being clickable in 3D Editor Viewport
Fix erratic behaviour when modifying pinned_points via inspector
Diffstat (limited to 'misc/extension_api_validation')
-rw-r--r-- | misc/extension_api_validation/4.3-stable.expected | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.3-stable.expected b/misc/extension_api_validation/4.3-stable.expected index ad77e30e11..06933b5841 100644 --- a/misc/extension_api_validation/4.3-stable.expected +++ b/misc/extension_api_validation/4.3-stable.expected @@ -80,3 +80,10 @@ GH-94434 Validate extension JSON: Error: Field 'classes/OS/methods/execute_with_pipe/arguments': size changed value in new API, from 2 to 3. Optional argument added. Compatibility method registered. + + +GH-94684 +-------- +Validate extension JSON: Error: Field 'classes/SoftBody3D/methods/set_point_pinned/arguments': size changed value in new API, from 3 to 4. + +Optional argument added to allow for adding pin point at specific index. Compatibility method registered. |