Package mrv :: Package cmd :: Module startup
[hide private]
[frames] | no frames]

Module startup

source code

Contains routines to startup individual programs
Functions [hide private]
    IPython
 
ipython_apply_user_configuration()
Run optional user scripts
source code
 
ipython_setup_mrv()
Initialize MRV :return: True if it initializes maya, otherwise return False
source code
 
ipython_setup(maya_support)
Perform additional ipython initialization
source code
    Startup
 
mrv(args, info, args_modifier=None)
Prepare the environment to allow the operation of maya :param info: info module instance :param args_modifier: Function returning a possibly modified argument list.
source code
 
imrv()
Get the main ipython system up and running
source code
Variables [hide private]
  __package__ = 'mrv.cmd'
Function Details [hide private]

mrv(args, info, args_modifier=None)

source code 
Prepare the environment to allow the operation of maya
:param info: info module instance
:param args_modifier: Function returning a possibly modified argument list. The passed 
        in argument list was parsed already to find and extract the maya version. 
        Signature: ``arglist func(arglist, maya_version, start_maya, info)
        If start_maya is True, the process to be started will be maya.bin, not the 
        python interpreter. If maya_version is 0, the process will continue execution
        within this python interpreter which is assured to have mrv facilities availble 
        which do not require maya.
        The last argument is the project's info module