View Single Post
# 7 30-12-2014 , 07:56 AM
Registered User
Join Date: Jun 2014
Posts: 23
Hmmm I see, this works for the most part:
Code:
playbackOptions -edit -maxTime (`playbackOptions -q -maxTime` + 100);
playbackOptions -edit -minTime (`playbackOptions -q -minTime` + 100);
But, if I may, can I also ask how I would also make it so that the currenttime jumps up 100 frames?