Package autodesk_toxik :: Module precomp :: Class RenderPassInfo
[frames] | no frames]

Class RenderPassInfo

object --+
         |
        RenderPassInfo

Stores significant information about a single render pass:

Instance Methods
 
__init__(self, passe=None, xmlElement=None)
Constructor from either a RenderPass instance or an etree.Element instance.
 
toXmlElement(self)
Creates an etree.Element instance from this RenderPassInfo.
 
isEquivalent(self, passe)
Indicates whether the information in this RenderPassInfo is the same as the information from the given RenderPass instance.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  tag = "RenderPass"
Properties

Inherited from object: __class__

Method Details

__init__(self, passe=None, xmlElement=None)
(Constructor)

 

Constructor from either a RenderPass instance or an etree.Element instance.

Parameters:
Overrides: object.__init__

isEquivalent(self, passe)

 

Indicates whether the information in this RenderPassInfo is the same as the information from the given RenderPass instance.

Parameters: