rfm2  22.0
A python-based rewrite of RenderMan for Maya
 All Classes Namespaces Files Functions Variables Pages
constants.py File Reference

Namespaces

 rfm2.constants
 

Variables

dictionary rfm2.constants.PLUGIN_EXTENSIONS = {'Linux': '.so', 'Windows': '.mll', 'Darwin': '.bundle'}
 
string rfm2.constants.W_DEFAULT = 'default'
 
string rfm2.constants.W_MAPPER = 'mapper'
 
string rfm2.constants.W_BOOLEAN = 'boolean'
 
string rfm2.constants.W_CHECKBOX = 'checkBox'
 
string rfm2.constants.W_FILEINPUT = 'fileInput'
 
string rfm2.constants.W_ASSETIDINPUT = 'assetIdInput'
 
string rfm2.constants.W_ASSETIDOUTPUT = 'assetIdOutput'
 
string rfm2.constants.W_POPUP = 'popup'
 
string rfm2.constants.W_SCENEGRAPHLOCATION = 'scenegraphLocation'
 
string rfm2.constants.W_TEXT = 'text'
 
string rfm2.constants.W_SCRIPTBUTTON = 'scriptButton'
 
string rfm2.constants.W_SCRIPTEDITOR = 'scriptEditor'
 
string rfm2.constants.W_NODEEDITOR = 'nodeEditor'
 
string rfm2.constants.W_AOVEDITOR = 'aovEditor'
 
string rfm2.constants.W_OSLEDITOR = 'oslEditor'
 
string rfm2.constants.W_ABCMANIFEST = 'abcManifest'
 
string rfm2.constants.W_USERATTRIBUTES = 'userAttributes'
 
string rfm2.constants.W_NULL = 'null'
 
string rfm2.constants.W_MAYALINK = 'mayaLink'
 
string rfm2.constants.W_MAYATIME = 'mayaTime'
 
string rfm2.constants.W_VERSION = 'version'
 
string rfm2.constants.PYFUNC = '_pyfunc_'
 
list rfm2.constants.IMG_EXTS
 
list rfm2.constants.TX_EXTS = ['tex', 'tx', 'txr']
 
string rfm2.constants.OS_MAC = 'Darwin'
 
string rfm2.constants.OS_WIN = 'Windows'
 
string rfm2.constants.OS_LINUX = 'Linux'
 
dictionary rfm2.constants.ATYPE
 
dictionary rfm2.constants.UATTR_WIDGETS
 
string rfm2.constants.UATTR_CATEGORY = 'rmanUserAttr'
 
dictionary rfm2.constants.P_DEFAULT
 
tuple rfm2.constants.COLOR_EXT = list('RGB')
 
tuple rfm2.constants.FLOAT3_EXT = list('XYZ')
 
list rfm2.constants.FLOAT3_TYPES = ['color', 'point', 'vector', 'normal']
 
tuple rfm2.constants.MAYA_FIELD_BG_COL = (0.165, 0.165, 0.165)
 
tuple rfm2.constants.MAYA_LYT_BG_COL = (0.286, 0.286, 0.286)
 
tuple rfm2.constants.MAYA_LYT_DARKER_BG_COL = (0.24, 0.24, 0.24)
 
tuple rfm2.constants.MAYA_CTL_COL = (0.364, 0.364, 0.364)