Fixed SoftBody3D handles not being clickable in 3D Editor Viewport

Fix erratic behaviour when modifying pinned_points via inspector
This commit is contained in:
Joel Fortier
2024-07-19 14:20:31 +09:30
parent 6681f2563b
commit a58ae8e1c6
6 changed files with 78 additions and 13 deletions

View File

@ -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.