main
Bundles common functions for maya.
Befor you use maya with our pipeline, call mayainit at least once. Usually the launcher does that for you.
-
jukeboxmaya.main.load_mayaplugins()[source]
Loads the maya plugins (not jukebox plugins) of the pipeline
Returns: | None |
Return type: | None |
Raises: | None |
-
jukeboxmaya.main.init()[source]
Initialize the pipeline in maya so everything works
Init environment and load plugins.
This also creates the initial Jukebox Menu entry.
Returns: | None |
Return type: | None |
Raises: | None |