FaceFX Documentation and support
Selects animations, animation groups, nodes, node groups, links, curves. Also selects workspaces and cameras (in the primary viewport only).
| Flag | LongFlag | Arg | Description |
|---|---|---|---|
| -t | -type | Yes | Required. Sets the type of the selection. “node”, “nodegroup”, “link”, “animgroup”, “anim”, “curve”, “workspace” |
| -c | -clear | No | Clears the selection. |
| -nz | -nozoom | No | Used with “node” selections. Tells the app not to zoom the Face Graph to the selection. |
| -a | -add | No | Adds an item to the selection, keeping the existing selection intact. |
| -r | -remove | No | Removes items from the selection, keeping other items in the existing selection intact. |
| -n | -names | Yes | Name(s) to add or remove from the selection. |
| -g | -group | Yes | Used with “anim” selections to specify the group. |
| -n1 | -node1 | Yes | Used when selecting link funtions to specify to link origin node. |
| -n2 | -node2 | Yes | Used when selecting link funtions to specify to link terminating node. |
%select -type "node" -names "node1";
%select -type "node" -names "node2|node3" -add -nozoom;