rfm2
22.0
A python-based rewrite of RenderMan for Maya
|
Classes | |
class | rfm2.config.RfmError |
class | rfm2.config.FileFilter |
class | rfm2.config.BuildInfo |
class | rfm2.config.Config |
Namespaces | |
rfm2.config | |
Functions | |
def | rfm2.config.RfmWarnOnly (msg) |
def | rfm2.config.time_this (f) |
def | rfm2.config.is_ascii (string) |
def | rfm2.config.non_ascii_warning (path) |
def | rfm2.config.validate_paths (path_list, file_filter=None, ignore_list=[], ignored_dir_list=[]) |
def | rfm2.config.sanitize_path_list (path_collection) |
def | rfm2.config.init (rfm_env) |
def | rfm2.config.cfg () |
def | rfm2.config.maya_icon_paths () |
def | rfm2.config.print_paths () |
def | rfm2.config.reload_lpe_lobes () |
Variables | |
rfm2.config.this = sys.modules[__name__] | |
string | rfm2.config.TRANSLATION_TABLE_FILE = 'mayaTranslation.json' |
string | rfm2.config.AOV_DEFINITION_FILE = 'aovs.json' |
string | rfm2.config.NODE_FILE = 'nodes.json' |
string | rfm2.config.MENU_FILE = 'menu.json' |
string | rfm2.config.EXTENSIONS_FILE = 'extensions.json' |
string | rfm2.config.SHELF_FILE = 'shelf.json' |
string | rfm2.config.SYNTAX_DEFINITION_FILE = 'syntaxDefinitions.json' |
string | rfm2.config.NODE_COMPATIBILITY = 'nodeCompatibility.json' |
string | rfm2.config.DEFAULT_DISPLAY_NAME = 'beauty' |
string | rfm2.config.DEFAULT_DISPLAY_NODE = 'rmanDefaultDisplay' |
string | rfm2.config.DEFAULT_BAKE_DISPLAY_NODE = 'rmanDefaultBakeDisplay' |
tuple | rfm2.config.DEFAULT_DISPLAY_NODES = (DEFAULT_DISPLAY_NODE, DEFAULT_BAKE_DISPLAY_NODE) |
list | rfm2.config.IGNORED_DIR_NAMES = ['config'] |
list | rfm2.config.VALID_OVERRIDES |
rfm2.config.config = None | |