FaceFX Documentation and support
The animset command is the interface to .animset files.
Flag | Long Flag | Arg | Description |
---|---|---|---|
-m | -mount | Yes | Mounts the specified anim set. Pass in full path to animset file. |
-u | ‑unmount | Yes | Unmounts the specified anim set. Pass in the group name of the anim set. |
-i | -import | Yes | Imports the specified anim set. Pass in full path to animset file. |
-e | -export | Yes | Exports the animation group to a .animset file, removing it from the actor. |
-to | -to | Yes | Used with -export to specify the path to the exported .animset file. |
%animset -mount "C:\myanims.animset";
%animset -export "mygroupname" -to "C:\myanims.animset";