Hi,
I have a manipulator that similar to the Std-Maya-moveTool but only move objects in defined steps.
Now I want to give the user an ability to undo the changes he/she made with the manipulator!
How do I do this???
I have overwritten the doDrag()-method of the MPxManipContainer class and change the values on all selected objects according to the changes of the MFnFreePointTriadManip!
Please help!!!