mrv.cmd.startup: Contains routines to startup individual programs
mrv.conf: Contains implementation of the configuration system allowing to flexibly control
the programs behaviour.
mrv.dge: Contains a simple but yet powerful dependency graph engine allowing computations
to be organized more efficiently.
mrv.dgfe: Contains nodes supporting facading within a dependency graph - this can be used
for container tyoes or nodes containing their own subgraph even
mrv.maya: Inialize the mrv.maya sub-system and startup maya as completely as
possible or configured
mrv.maya.all: Module importing all maya related classes into one place
mrv.maya.automation: Intiailize the automation and process framework for maya
mrv.maya.automation.qa: Specialization of workflow to allow checks to be natively implemented in MEL
mrv.maya.env: Allows to query the maya environment, like variables, version numbers and system
paths.
mrv.maya.mdb: Provides classes and functions operating on the MayaAPI class database
mrv.maya.ns: Allows convenient access and handling of namespaces in an object oriented manner
mrv.maya.nt: All classes required to wrap maya nodes in an object oriented manner into python objects
and allow easy handling of them.
mrv.maya.nt.anim: Contains implementations of animation specific types and utilities
mrv.maya.nt.apipatch: Contains patch classes that are altering their respective api classes
mrv.maya.nt.base: Contains some basic classes that are required to run the nodes system
mrv.maya.nt.geometry: Contains implementations ( or improvements ) to mayas geometric shapes
mrv.maya.nt.it: Contains different multi-purpose iterators allowing to conveniently walk the dg and
dag.
mrv.maya.nt.persistence: generic python style persitance plugin
This module contains a storage interface able to easily handle python-style
data within maya scenes.
mrv.maya.nt.set: Contains improved clases for set and partition editing
mrv.maya.nt.storage: Contains an implementation for the Persistence plugin for easy access within
mrv and derived nodes.
mrv.maya.nt.typ: Houses the MetaClass able to setup new types to work within the system.
mrv.maya.ui.layout: Contains the most important mel-layouts wrapped into easy to use python classes
These are specialized and thus more powerful than the default wraps
mrv.maya.ui.qa: Contains a modular UI able to display quality assurance checks, run them and
present their results.
mrv.maya.ui.set: Contains implementation of user interface modules resembling a convenient tool
to manipulate all kinds of sets.
mrv.maya.ui.typ: Module containing helpers to create the UI types at runtime.
mrv.maya.ui.util: Utilities and classes useful for user interfaces
mrv.maya.undo: Contains the undo engine allowing to adjust the scene with api commands while
providing full undo and redo support.
mrv.maya.util: All kinds of utility methods and classes that are used in more than one modules
mrv.mdepparse: Contains parser allowing to retrieve dependency information from maya ascii files
and convert it into an easy-to-use networkx graph with convenience methods.
mrv.mdp: Module containing the commandline interface for the Maya
Depdendency Parser
mrv.path: path.py - An object representing a path to a file or directory.