|
Thank you very much. I get the idea now. Undo all the scrubbing in one undo basically. Now.....
global proc open(){
undoInfo -ock;
}
Set this to a hot key to open a command ?…
global proc close(){
undoInfo -cck;
undo;
}
Set this to a hotkey to close a command right?
Now you said there is a way to combine commands so Im not constantly worrying about opening commands and closing commands when trying to scrub through my keys. I can set a combination of commands to hotkeys like < and > and just hit undo when ready and it will undo all my scrubbing or is this not how it can work?
Author: CoreyArt
|