diff options
author | Lyuma <xn.lyuma@gmail.com> | 2024-04-16 21:44:44 -0700 |
---|---|---|
committer | Lyuma <xn.lyuma@gmail.com> | 2024-04-18 01:49:12 -0700 |
commit | cb7ef2b8de2e0234f2085c23a97a6bf64ef936d7 (patch) | |
tree | 861938e177349ff37c29852c9ac3596a6bb60021 /misc/extension_api_validation/4.2-stable.expected | |
parent | 3b1806182a3564736ad64793b203c2c13c251f56 (diff) | |
download | redot-engine-cb7ef2b8de2e0234f2085c23a97a6bf64ef936d7.tar.gz |
Add SkeletonIK3D get/set_interpolation compat from #87888
Diffstat (limited to 'misc/extension_api_validation/4.2-stable.expected')
-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. |