|
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_BAKEAOVEDITOR = 'bakeAovEditor' |
|
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' |
|
list | rfm2.constants.FILEPATH_WIDGETS = [W_FILEINPUT, W_ASSETIDINPUT, W_ASSETIDOUTPUT] |
|
string | rfm2.constants.PYFUNC = '_pyfunc_' |
|
string | rfm2.constants.PYINIT = '_pyinit_' |
|
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 |
|
| rfm2.constants.COLOR_EXT = list('RGB') |
|
| 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) |
|
string | rfm2.constants.CUSTOM_SHADING_GRP = 'rman__torattr___customShadingGroup' |
|
string | rfm2.constants.BAKE_PREFIX = 'bake_' |
|
string | rfm2.constants.BAKE_GLOBALS = 'rmanBakingGlobals' |
|