Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

bvhExportOptions [-writeDofs boolean] [-padStartFrames boolean] [-upAxis string] [-rotateToFacePositive boolean] [-unscaleRetargeting boolean]  

Arguments

None None

Scroll pagebreak

Flags

Scroll tablelayout
orientationdefault
sortDirectionASC
repeatTableHeadersdefaultstyle
widths25%, 15%, 14%, 13%, 33%
style
sortByColumn1
tableStylingconfluence
sortEnabledfalse
cellHighlightingtrue

Name

Flag arguments

Argument type

Exclusive to

Comments

writeDofs

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.

padStartFrames

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.

upAxis


string

Valid values are Y, Z, or Scene (not case sensitive).

rotateToFacePositive


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.

unscaleRetargeting


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
languagetext
//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

...