PDA

View Full Version : Undo that skips timeline history?


spin3
11-02-2007, 07:51 PM
Is there a way to script an undo that skips timeline history? Or is there a script somewhere that already does this? The reason I ask is because I am always working in the timeline, stepping frame by frame and when I want to undo anything, I have to go through all those timeline changes and it takes forever. Thanks in advanced.

djx
11-03-2007, 11:48 AM
This question was answered here once before and the answer was to modify the command of your step-forward and step-backward hot keys.

So step-forward becomes
undoInfo -swf 0;
currentTime ( `currentTime -q` + 1 );
undoInfo -swf 1;


thanks to whoever answered this the first time.
-- David

spin3
11-03-2007, 07:04 PM
Thanks! I looked for a while on here before I posted and couldn't find anything. Thanks for the help David!

ps. I've had your site open in my browser for a while b/c I've been meaning to go through all your great tips. I've been too busy lately and had to tab it. Thanks again!

CGTalk Moderation
11-03-2007, 07:04 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.