Graph¶
-
class
guerilla.
Graph
¶ Bases:
guerilla.SelectableNode
Graph is the base class for node graphs
A Graph is a hierarchy of
GraphNode
objects connected usingGraphPlug
objects.-
createmixnode
()¶ This method is called when the user wants to combine two outputs or an output and a connection.
Returns: The created mix node Return type: result
-