You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: toolset/README.md
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,17 @@ Supports animation and skeleton data.
138
138
139
139
**Default value:** false
140
140
141
-
Force create root node named after skeleton. (Separates root motion)
141
+
Force create root node named after `root-node-name` setting. This node is automatically generated when there is multiple root nodes inside skeleton.(Separates root motion)
142
+
143
+
-**root-node-name**
144
+
145
+
**CLI Long:*****--root-node-name***\
146
+
**CLI Short:*****-A***
147
+
148
+
**Default value:** {SKELETON_NAME}
149
+
150
+
When create-root-node is active, generate root node name from specified pattern.
151
+
`{SKELETON_NAME}` will be substitued by actual skeleton name. For example `root_{SKELETON_NAME}_bone` will generate `root_Refernce_bone` (skeleton name is Reference)
142
152
143
153
-**scene**
144
154
@@ -192,3 +202,10 @@ Supports animation and skeleton data.
192
202
**Default value:** true
193
203
194
204
Input scene uses right handed coordiante system. (Finicky with root motion rotations)
205
+
206
+
## License
207
+
208
+
This toolset is available under GPL v3 license. (See LICENSE)\
0 commit comments