diff options
author | Lyuma <xn.lyuma@gmail.com> | 2022-09-13 19:59:17 -0700 |
---|---|---|
committer | Lyuma <xn.lyuma@gmail.com> | 2022-09-14 15:07:45 -0700 |
commit | 033abdc59f6385c49891909d44f1c1fc146e59a9 (patch) | |
tree | 8ae19fe9a46ff4ac467e13b6fca23e15aafeea6e /doc/classes/SkeletonModification2DJiggle.xml | |
parent | 0ef17b341d896fb113e6080b8a82fb0523088653 (diff) | |
download | redot-engine-033abdc59f6385c49891909d44f1c1fc146e59a9.tar.gz |
2D and 3D Skeleton modification docs, and small fixes.
Mark SkeletonModificationStack3D and related as deprecated.
Mark local bone override and axis functions deprecated in Skeleton3D api.
Fix array property glitch in SkeletonModificationStack2D
Mark SkeletonModificationStack2D and related APIs as experimental. Mark SkeletonIK3D as deprecated.
Diffstat (limited to 'doc/classes/SkeletonModification2DJiggle.xml')
-rw-r--r-- | doc/classes/SkeletonModification2DJiggle.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SkeletonModification2DJiggle.xml b/doc/classes/SkeletonModification2DJiggle.xml index 7329b2d865..3321fffe1b 100644 --- a/doc/classes/SkeletonModification2DJiggle.xml +++ b/doc/classes/SkeletonModification2DJiggle.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="SkeletonModification2DJiggle" inherits="SkeletonModification2D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> +<class name="SkeletonModification2DJiggle" inherits="SkeletonModification2D" is_experimental="true" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> A modification that jiggles [Bone2D] nodes as they move towards a target. </brief_description> |