Package mrv :: Package maya :: Module undo :: Class DGModifier
[hide private]
[frames] | no frames]

Class DGModifier

source code

object --+    
         |    
 Operation --+
             |
            DGModifier

Undo-aware DG Modifier - using it will automatically put it onto the API undo queue
Notes:
Instance Methods [hide private]
 
__init__(self)
Initialize our base classes explicitly
source code
 
__getattr__(self, attr)
Always return the attribute of the dg modifier - it is fully compatible to our operation interface
source code
 
doIt(self)
Override from Operation
source code
 
undoIt(self)
Override from Operation
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _modifier_class_ = api.MDGModifier
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Initialize our base classes explicitly
Overrides: object.__init__

doIt(self)

source code 
Override from Operation
Overrides: Operation.doIt

undoIt(self)

source code 
Override from Operation
Overrides: Operation.undoIt