Hi,
I am developing a undo-redo frame work using python. There is bit of confusion and I tried similar approach in Maya but even in Maya I won't able to understand it's undo-redo stack management.
Follow this: (Interactive Creation Mode should be on)
1. Create Cube 1
2. Create Cube 2
3. Create Cube 3
4. Undo (Cube 3 is gone and Cube 2 is selected)
5. Press Delete (Cube 2 is deleted)
6. Undo (Cube 2 comes again)
7. Undo (Cube 2 is gone and Cube 1 is selected)
8. Redo (Cube 2 comes again)
9. Redo (Cube 2 is deleted)
10. Redo (No more redo actions.....
11 Where is cube 3.....?
It seems "delete" operation is removing entire stack after wards. I need a bit technical explanation behind this scenario.
Cheers
Prashant

