paya.runtime.nodes.DagNode#
- class DagNode(*args, **kwargs)#
Inheritance
DagNode
Entity
Entity
ContainerBase
ContainerBase
DependNode
DependNode
PyNode
ProxyUnicode
- getWorldPosition(plug=False)#
Returns the world translation of this DAG node.
- basename(stripNamespace=False, stripTypeSuffix=False, stripDagPath=True)#
Returns shorter versions of this node’s name.
- isControl(*state)#
- Parameters
*state (bool) – if
True
, make this node a controller; ifFalse
, remove any controller tags; if omitted, return whether this node is a controller- Returns
bool or None
- setPickWalkParent(parent)#
Sets the pick walk parent for this node. If there’s no controller tag, one will be added automatically.
- getPickWalkParent()#
- Returns
The pick walk parent for this node, if any.
- Return type
None,
DependNode