Skip to content

Commit ed5a54d

Browse files
committed
Merge pull request #86326 from MichaelMacha/patch-1
Remove pointer to deprecated class page from Skeleton3D
2 parents d2da961 + 0e52ffe commit ed5a54d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/classes/Skeleton3D.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
[Skeleton3D] provides an interface for managing a hierarchy of bones, including pose, rest and animation (see [Animation]). It can also use ragdoll physics.
88
The overall transform of a bone with respect to the skeleton is determined by bone pose. Bone rest defines the initial transform of the bone pose.
99
Note that "global pose" below refers to the overall transform of the bone with respect to skeleton, so it is not the actual global/world transform of the bone.
10-
To setup different types of inverse kinematics, consider using [SkeletonIK3D], or add a custom IK implementation in [method Node._process] as a child node.
1110
</description>
1211
<tutorials>
1312
<link title="3D Inverse Kinematics Demo">https://godotengine.org/asset-library/asset/523</link>

0 commit comments

Comments
 (0)