FaceFX Support

FaceFX Documentation and support

FaceFX Commands - nodegroup

Modes

Flag LongFlag Arg Description
-a -add No Puts the command in add (sub)mode.  Specify -edit flag too.
-r -remove No Puts the command in remove (sub)mode.  Specify -edit flag too.
-e -edit No Puts the command in edit mode.  Specify along with -add and -remove.
-c -create No Puts the command in create mode.

Flags

Flag LongFlag Arg Description
-g -group Yes The name of the node group.  Required in all modes.
-n -nodes Yes A string array of nodes to add or remove from the group.

Examples

%nodegroup -create -group "mygroup";

%nodegroup -edit -add -nodes "node1|node2" -group "mygroup";