mcmotanal
utility
Converts a Motion Analysis TRC motion file to a Houdini script and channel file(s).
Synopsis
mcmotanal [-e -b -d] [-c] [-p parent_file] [-j object_script] [-o -w -f -i [-n -t -l chainfile]] infile [outfile_base]
Description
Converts a Motion Analysis TRC motion file to a Houdini script and channel file(s). You can then run the generated script to create the geometry and channels.
Options
|
|
Stuff parameters with expressions (chop). If you don’t specify |
|
|
Leave parameters blank. |
|
|
Leave parameters blank and override the created channels. |
|
|
Only create the channel file(s), not the script. |
|
|
Set the object creation script (adds |
|
|
Create character using object joints. |
|
|
Create character using object joints and wire polygons. |
|
|
Create character using forward kinematics (FK). This is the default. |
|
|
Create character using inverse kinematics (IK). |
When you specify -f (forward kinematics) or -i (inverse kinematics), the following option is available:
|
|
Specify a bone length channel type: |
When you specify -i (inverse kinematics), the following options are available:
|
|
Create dual bone chains with twist affectors. |
|
|
Specify a file containing a list of bone chains. Each line of the file must be in the form: <IK chain root joint> <IK chain end affector> |