diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-04-15 10:00:26 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-04-15 10:00:26 +0200 |
commit | 673e770a8d288da55d0d46b6f09f713d978915e1 (patch) | |
tree | c7f6ab34ffc9bac3d90b616ead325be4d2da40ef /misc | |
parent | 50fd380359257615035fd02b2dc244cc9b17e041 (diff) | |
parent | 78a5ef41581231cbe45df0dfdd40fd0e6eac655b (diff) | |
download | redot-engine-673e770a8d288da55d0d46b6f09f713d978915e1.tar.gz |
Merge pull request #90575 from TokageItLab/boneattachment-performance
Remove `bone_pose_updated` signal and replace it with the `skeleton_updated` signal
Diffstat (limited to 'misc')
-rw-r--r-- | misc/extension_api_validation/4.2-stable.expected | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected index 9cd732813e..e8195d0aa0 100644 --- a/misc/extension_api_validation/4.2-stable.expected +++ b/misc/extension_api_validation/4.2-stable.expected @@ -272,3 +272,11 @@ Validate extension JSON: API was removed: classes/SkeletonIK3D/methods/set_inter Validate extension JSON: API was removed: classes/SkeletonIK3D/properties/interpolation These base class is changed to SkeletonModifier3D which is processed by Skeleton3D with the assumption that it is Skeleton3D's child. + + +GH-90575 +-------- +Validate extension JSON: API was removed: classes/BoneAttachment3D/methods/on_bone_pose_update +Validate extension JSON: API was removed: classes/Skeleton3D/signals/bone_pose_changed + +They have been replaced by a safer API due to performance concerns. Compatibility method registered. |