Inialize the mrv.maya sub-system and startup maya as completely as
possible or configured
|
registerPluginDataTrackingDict(dataTypeID,
trackingDict)
Using the given dataTypeID and tracking dict, nt.PluginData can
return self pointers belonging to an MPxPluginData instance as
returned by MFnPluginData. |
source code
|
|
|
|
|
|
|
tuple_list_from_file(filepath)
Create a tuple hierarchy list from the file at the given path
:return: tuple list suitable for dag_tree_from_tuple_list |
source code
|
|
|
initWrappers(mdict,
types,
metacreatorcls,
force_creation=False)
Create standin classes that will create the actual class once
creation is requested. |
source code
|
|
|
move_vars_to_environ()
Move the maya vars as set in the shell into the os.environ to make
them available to python |
source code
|
|
|
init_system()
Check if we are suited to import the maya namespace and try to set it
up such we can use the maya standalone package. |
source code
|
|
|
init_path()
Setup the path type to use slashes internally, no matter which
operating system we are on |
source code
|
|
|
init_user_prefs()
intiialize the user preferences according to the set configuration
variables |
source code
|
|
|
init_singletons()
Initialize singleton classes and attach them direclty to our module |
source code
|
|
|
init_standard_output()
Assure that logging can print to stdout and stderr which get
overwritten by special maya versions which lack the 'flush' method |
source code
|
|