diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-04-18 12:24:44 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-04-18 12:24:44 +0200 |
commit | be9b29831703e1f65c6424ae52200a5cc037d838 (patch) | |
tree | 2e40186dd9a5b10b577794fe09047ba918bd804a /misc/extension_api_validation | |
parent | d06cb2e57d2fb3e692833d10afd8b370535da74b (diff) | |
parent | cb7ef2b8de2e0234f2085c23a97a6bf64ef936d7 (diff) | |
download | redot-engine-be9b29831703e1f65c6424ae52200a5cc037d838.tar.gz |
Merge pull request #90780 from lyuma/skeletonik3d_compat
Add SkeletonIK3D `get`/`set_interpolation` compat from #87888
Diffstat (limited to 'misc/extension_api_validation')
-rw-r--r-- | misc/extension_api_validation/4.2-stable.expected | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected index 6471c5a142..05b2cec687 100644 --- a/misc/extension_api_validation/4.2-stable.expected +++ b/misc/extension_api_validation/4.2-stable.expected @@ -264,9 +264,6 @@ Removed VisualShaderNodeComment, which is replaced by VisualShaderNodeFrame. GH-87888 -------- Validate extension JSON: API was removed: classes/Skeleton3D/properties/animate_physical_bones -Validate extension JSON: API was removed: classes/SkeletonIK3D/methods/get_interpolation -Validate extension JSON: API was removed: classes/SkeletonIK3D/methods/set_interpolation -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. |