Package mrv :: Package maya :: Package automation :: Module qa
[hide private]
[frames] | no frames]

Module qa

source code

Specialization of workflow to allow checks to be natively implemented in MEL
Classes [hide private]
  QAMELCheckAttribute
Attribute identifying a MEL check carrying additional mel specific attributes
  QAMELCheck
Specialized version of the QACheck allowing to use our own MEL attribute contianiing more information
  QAMetaMel
Metaclass allowing to create plugs based on a MEL implementation, allowing to decide whether checks are Python or MEL implemented, but still running natively in python
  QAMELMixin
Base class allowing to process MEL baesd plugs as created by our metaclass
Variables [hide private]
  log = logging.getLogger("mrv.maya.automation.qa")