...
|
Arguments
None None
Scroll pagebreak |
---|
Flags
Scroll tablelayout | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
| 1 | boolean | — | Ensures that any active bone node will contain all three degrees of freedom even if the bone was solved with just one or two DOFs active. |
| 1 | boolean | — | Creates zero value frames of data until the first frame of data specified in Shogun. For instance, if the Shogun scene starts at frame 60, using this option will insert 59 blank frames into the BVH file. This option is useful if you are trying to ensure temporal (or time) relationship between a BVH file and other files or environments that maintain explicit frame ranges. |
| string | — | Valid values are | |
| boolean | — | If true, Rotate to face positive is selected and the motion will be rotated 180° about the new Up axis to ensure that after up axis conversion, motion which started facing positive is still facing positive. If false, it is cleared. | |
| boolean | — | Specifies if the option to unscale retargeting in BVH export is on or off. Unscale retargeting is on (checked) if true, or off (cleared) if false. |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
//set the BVH export to write all rotation DOFs and pad with |
...
// zeros up to the start frame. |
...
bvhExportOptions –writeDofs true –padStartFrames true; |
Additional information
Related commands
...