summaryrefslogtreecommitdiffstats
path: root/doc/classes/SkeletonProfile.xml
diff options
context:
space:
mode:
authorSilc Renew <tokage.it.lab@gmail.com>2022-07-26 18:48:08 +0900
committerSilc Renew <tokage.it.lab@gmail.com>2022-07-26 18:48:08 +0900
commitdde235ad82c7c1ea54ef764056ee5bd3a28a94ab (patch)
tree79c1412ac57a2d8fda3730281c1249b40e6888d1 /doc/classes/SkeletonProfile.xml
parent6d57e209e91b8f564ed79b2cad6165dcd9edf196 (diff)
downloadredot-engine-dde235ad82c7c1ea54ef764056ee5bd3a28a94ab.tar.gz
add position track normalization & post process key value for retarget
Diffstat (limited to 'doc/classes/SkeletonProfile.xml')
-rw-r--r--doc/classes/SkeletonProfile.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/SkeletonProfile.xml b/doc/classes/SkeletonProfile.xml
index a7f5f7a0a6..ca82993927 100644
--- a/doc/classes/SkeletonProfile.xml
+++ b/doc/classes/SkeletonProfile.xml
@@ -162,6 +162,14 @@
</member>
<member name="group_size" type="int" setter="set_group_size" getter="get_group_size" default="0">
</member>
+ <member name="root_bone" type="StringName" setter="set_root_bone" getter="get_root_bone" default="&amp;&quot;&quot;">
+ A name of bone that will be used as the root bone in [AnimationTree].
+ [b]Note:[/b] In most cases, it is the bone of the parent of the hips that exists at the world origin in the humanoid model.
+ </member>
+ <member name="scale_base_bone" type="StringName" setter="set_scale_base_bone" getter="get_scale_base_bone" default="&amp;&quot;&quot;">
+ A name of bone which height will be used as the coefficient for normalization.
+ [b]Note:[/b] In most cases, it is hips in the humanoid model.
+ </member>
</members>
<signals>
<signal name="profile_updated">