diff options
author | Danil Alexeev <danil@alexeev.xyz> | 2024-02-12 16:55:02 +0300 |
---|---|---|
committer | Danil Alexeev <danil@alexeev.xyz> | 2024-02-15 15:59:50 +0300 |
commit | af28f87791ac4aed15d8f869876296febf5d5b58 (patch) | |
tree | cb0eea123982a45f7f761801f7730a7439f3c926 /doc/classes/SkeletonModification2DTwoBoneIK.xml | |
parent | 907db8eebcecb97d527edcaff77a1c87a6c068f5 (diff) | |
download | redot-engine-af28f87791ac4aed15d8f869876296febf5d5b58.tar.gz |
Documentation: Add support for deprecated/experimental messages
Diffstat (limited to 'doc/classes/SkeletonModification2DTwoBoneIK.xml')
-rw-r--r-- | doc/classes/SkeletonModification2DTwoBoneIK.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SkeletonModification2DTwoBoneIK.xml b/doc/classes/SkeletonModification2DTwoBoneIK.xml index 2206aa5719..1c7bb32f4a 100644 --- a/doc/classes/SkeletonModification2DTwoBoneIK.xml +++ b/doc/classes/SkeletonModification2DTwoBoneIK.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="SkeletonModification2DTwoBoneIK" inherits="SkeletonModification2D" is_experimental="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> +<class name="SkeletonModification2DTwoBoneIK" inherits="SkeletonModification2D" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> A modification that rotates two bones using the law of cosines to reach the target. </brief_description> |