PDA

View Full Version : what is the MEL command for go to next/previous frame ?


fallencat
02-10-2006, 06:03 PM
what is the MEL command for go to next/previous frame ? I would like to set it to a hot key ;)

thanks !

butCherHeLL
02-10-2006, 06:17 PM
playButtonStepForward;
playButtonBackward;

procs defined in
Program Files/Alias/Maya7.0/scripts/others/timeSlider.mel

Winner
02-10-2006, 06:46 PM
another way is

findKeyframe -which next;
findKeyframe -which previous;

but this will be context sensitive to whats in your selection. if nothing is selected it will simply gpo to the next frame

fallencat
02-10-2006, 06:50 PM
sweet ! thx guys ;)

CGTalk Moderation
02-10-2006, 06:50 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.