Choose your operating system:
Windows
macOS
Linux
Actions
Find Function |
Finds a function by name Target is Rig VMFunction Library |
Find Function for Node |
Finds a function by a node within a function (or a sub graph of that) Target is Rig VMFunction Library |
Find Link |
Returns a link given its string representation, for example "NodeA.Color.R -> NodeB.Translation.X" Target is Rig VMGraph |
Find Node |
Returns a Node given its path (or nullptr). (for now this is the same as finding a node by its name.) Target is Rig VMGraph |
Find Node by Name |
Returns a Node given its name (or nullptr). Target is Rig VMGraph |
Find Pin |
Returns a Pin given its path, for example "Node.Color.R". Target is Rig VMGraph |
Get Contained Graphs |
Returns all of the contained graphs Target is Rig VMGraph |
Get Default Function Library |
Returns the locally available function library Target is Rig VMGraph |
Get Entry Node |
Returns the entry node of this graph Target is Rig VMGraph |
Get Functions |
Returns all of the stored functions Target is Rig VMFunction Library |
Get Graph Name |
Returns the name of this graph (as defined by the node path) Target is Rig VMGraph |
Get Input Arguments |
Returns the input arguments of this graph Target is Rig VMGraph |
Get Links |
Returns all of the Links within this Graph. Target is Rig VMGraph |
Get Local Variables |
Returns the local variables of this function Target is Rig VMGraph |
Get Node Path |
Returns the path of this graph as defined by its invoking nodes Target is Rig VMGraph |
Get Nodes |
Returns all of the Nodes within this Graph. Target is Rig VMGraph |
Get Output Arguments |
Returns the output arguments of this graph Target is Rig VMGraph |
Get Parameter Descriptions |
Returns a list of unique Parameter descriptions within this Graph. Multiple Parameter Nodes can share the same description. Target is Rig VMGraph |
Get Parent Graph |
Returns the parent graph of this graph Target is Rig VMGraph |
Get Reference Paths for Function |
Returns all references for a given function name Target is Rig VMFunction Library |
Get References for Function |
Returns all references for a given function name Target is Rig VMFunction Library |
Get Return Node |
Returns the return node of this graph Target is Rig VMGraph |
Get Root Graph |
Returns the root / top level parent graph of this graph (or this if it is the root graph) Target is Rig VMGraph |
Get Select Nodes |
Returns the names of all currently selected Nodes. Target is Rig VMGraph |
Get Variable Descriptions |
Returns a list of unique Variable descriptions within this Graph. Multiple Variable Nodes can share the same description. Target is Rig VMGraph |
Is Node Selected |
Returns true if a Node with a given name is selected. Target is Rig VMGraph |
Is Root Graph |
Returns true if this graph is a root / top level graph Target is Rig VMGraph |
Is Top Level Graph |
Returns true if this graph is the top level graph Target is Rig VMGraph |
Set Default Function Library |
Set Default Function Library Target is Rig VMGraph |