rfm2  22.0
A python-based rewrite of RenderMan for Maya
 All Classes Namespaces Files Functions Variables Pages
rfm2.utils.node_desc.DescPropType Class Reference
+ Inheritance diagram for rfm2.utils.node_desc.DescPropType:
+ Collaboration diagram for rfm2.utils.node_desc.DescPropType:

Static Public Attributes

string Param = 'param'
 
string Output = 'output'
 
string Attribute = 'attr'
 

Detailed Description

Encodes the type of property.

Attributes:
    Attribute (str): RIB attribute attached to the node
    Output (str): Output parameter
    Param (str): Input parameter

Member Data Documentation

string rfm2.utils.node_desc.DescPropType.Attribute = 'attr'
static
string rfm2.utils.node_desc.DescPropType.Output = 'output'
static
string rfm2.utils.node_desc.DescPropType.Param = 'param'
static

The documentation for this class was generated from the following file: