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