|
Tronverte
API documentation for Tronverte products.
|
Inherited from tronverte.maya.core.dag.DAG. More...
Public Member Functions | |
| def | __init__ |
| def | createNodeAttributes |
Public Attributes | |
| dagType | |
| DAG type of the node. | |
| dgType | |
| DG type of the node (if applicable). | |
| extension | |
| Extension of the node. | |
| assetClass | |
| assetClass attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| assetType | |
| assetType attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| assetName | |
| assetName attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| assetResolution | |
| assetResolution attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| rigType | |
| rigType attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| version | |
| version attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| hiPath | |
| hiPath attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| midPath | |
| midPath attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| lowPath | |
| lowPath attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| remark1 | |
| remark1 attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| remark2 | |
| remark2 attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| remark3 | |
| remark3 attribute of the node as tronverte.maya.core.plug.Plug instance. | |
Inherited from tronverte.maya.core.dag.DAG.
import tronverte.maya.stormv3.rigging.nodes.sAsset as tronverte_maya_stormv3_rigging_nodes_sAsset reload(tronverte_maya_stormv3_rigging_nodes_sAsset) sAsset = tronverte_maya_stormv3_rigging_nodes_sAsset.sAsset()
| def tronverte.maya.stormv3.rigging.nodes.sAsset.sAsset.__init__ | ( | self, | |
name = None, |
|||
force = True, |
|||
stat = None |
|||
| ) |
# DESCRIPTION Default constructor. # ARGUMENTS name | str | None | in | * | arg | Name of the node. If node exists it will be set otherwise it will be created. force | bool | True | in | * | arg | Force creation. Create the node even if it exists. That will affect the given name. stat | tronverte.maya.core.status.Status | None | out | * | arg | Status. # RETURN None
# DESCRIPTION Method creates instances of tronverte.maya.core.plug class for each attribute this particular node has. # ARGUMENTS None. # RETURN None
assetClass attribute of the node as tronverte.maya.core.plug.Plug instance.
assetName attribute of the node as tronverte.maya.core.plug.Plug instance.
assetResolution attribute of the node as tronverte.maya.core.plug.Plug instance.
assetType attribute of the node as tronverte.maya.core.plug.Plug instance.
DAG type of the node.
DG type of the node (if applicable).
Extension of the node.
hiPath attribute of the node as tronverte.maya.core.plug.Plug instance.
lowPath attribute of the node as tronverte.maya.core.plug.Plug instance.
midPath attribute of the node as tronverte.maya.core.plug.Plug instance.
remark1 attribute of the node as tronverte.maya.core.plug.Plug instance.
remark2 attribute of the node as tronverte.maya.core.plug.Plug instance.
remark3 attribute of the node as tronverte.maya.core.plug.Plug instance.
rigType attribute of the node as tronverte.maya.core.plug.Plug instance.
version attribute of the node as tronverte.maya.core.plug.Plug instance.
1.7.6.1