Graph¶
- 
class 
guerilla.Graph¶ Bases:
guerilla.SelectableNodeGraph is the base class for node graphs
A Graph is a hierarchy of
GraphNodeobjects connected usingGraphPlugobjects.- 
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 
-