summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorLyuma <xn.lyuma@gmail.com>2024-04-16 21:44:44 -0700
committerLyuma <xn.lyuma@gmail.com>2024-04-18 01:49:12 -0700
commitcb7ef2b8de2e0234f2085c23a97a6bf64ef936d7 (patch)
tree861938e177349ff37c29852c9ac3596a6bb60021 /misc
parent3b1806182a3564736ad64793b203c2c13c251f56 (diff)
downloadredot-engine-cb7ef2b8de2e0234f2085c23a97a6bf64ef936d7.tar.gz
Add SkeletonIK3D get/set_interpolation compat from #87888
Diffstat (limited to 'misc')
-rw-r--r--misc/extension_api_validation/4.2-stable.expected3
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.