Tronverte
API documentation for Tronverte products.
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
tronverte.maya.stormv3.rigging.nodes.sAsset.sAsset Class Reference

Inherited from tronverte.maya.core.dag.DAG. More...

List of all members.

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.

Detailed Description

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()



Constructor & Destructor Documentation

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

Member Function Documentation

# DESCRIPTION
Method creates instances of tronverte.maya.core.plug class for each attribute this particular node has.

# ARGUMENTS
None.

# RETURN
None

Member Data Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables