View Single Post
# 8 31-12-2014 , 02:14 AM
Gen's Avatar
Super Moderator
Join Date: Dec 2006
Location: South FL
Posts: 3,522
Since the currentTime command is especially specific it doesn't have many flags and since there is only one timeline the create and edit modes do the same thing.

Code:
currentTime 100;
and

Code:
currentTime -e 100;
Mean the same thing. So like my previous post:

Code:
currentTime (`currentTime -q` + 100);
or

Code:
currentTime -edit (`currentTime -q` + 100);
Same thing.


- Genny
__________________
::|| My CG Blog ||::
::|| My Maya FAQ ||::