I write function with python api 2.0. It delete nodes with MDGModifier be cause it delete selected nodes more fast than simple mc.delete() How to Undo my operations (Ctrl+Z). I know MDGModifier.undoIt method but where to use it. In api commands it simple - run MDGModifier.undoIt in MPxCommand.undo method. But how to use MDGModifier.undoIt method in functions?
-- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
