...
autoSetSideAndParts [-tolerance float] |
Arguments
None None
Scroll pagebreak |
---|
Flags
Scroll tablelayout | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Comments |
---|---|---|---|
| float | The tolerance (in mm) controls the distance from the root at which bones are not considered to be center and are assigned to the left or right side. |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// Run autoSetSideAndParts with an increased tolerance because the skeleton has |
...
// a spine that is not well aligned with the root. |
...
autoSetSideAndParts -tolerance 5.0; |
Additional information
Related commands
...