Page 1 of 1

how do I make a new keyframe

Posted: Sat Feb 09, 2008 3:22 pm
by hoqboy
without doing anything with the animation... jus make a random frame in the timeline... got AS yesterday =D

Posted: Sat Feb 09, 2008 6:31 pm
by VĂ­ctor Paredes
in timeline, just right click and add keyframe on the animated channel you want.

Posted: Sat Feb 09, 2008 7:40 pm
by hoqboy
dont know why i didnt think of that. thanks =)

Posted: Thu Mar 06, 2008 6:28 pm
by cableon
Just checking : any keyboard shortcut as well ?

I have been looking for one in the manual, but haven't found any. And I don't suppose we have access to any Timeline file where to create one (as in the _tool_list.txt file)...

Posted: Thu Mar 06, 2008 8:15 pm
by slowtiger
There can't be a keyboard shortcut because AS doesn't know which timeline you want to create a key in without the user clicking at it.

There is, however, a way to create a key for every timeline on a certain frame: under Animation > copy current frame, just copy it to itself.

Posted: Thu Mar 06, 2008 8:21 pm
by cableon
slowtiger wrote:There can't be a keyboard shortcut because AS doesn't know which timeline you want to create a key in without the user clicking at it.
You're right -- but couldn't a new keyframe be created, by default, with a keyboard shortcut on the current tool's timeline (ie Translate Layer, or Color Fill) ?

Posted: Thu Mar 06, 2008 10:16 pm
by heyvern
cableon wrote:
slowtiger wrote:There can't be a keyboard shortcut because AS doesn't know which timeline you want to create a key in without the user clicking at it.
You're right -- but couldn't a new keyframe be created, by default, with a keyboard shortcut on the current tool's timeline (ie Translate Layer, or Color Fill) ?
Yes, it would require modifying each of the tools. Not a bad idea. Isn't there a script that "almost" adds keys for every channel/layer? Or is it just points? I suppose you could pull out the relevant chunks of that script into different functions and make a "utility" script. Each tool would use the same key combo but it would call a different function depending on which tool is selected.

Oh how I hope there are just a few extra scripting features in the new update. ;)

-vern

Posted: Fri Mar 07, 2008 1:12 am
by mkelley
I have the script for a tool that creates keys for everything -- I modified it because the default key type is step (and I wanted smooth) and I added a keyboard shortcut so all I have to do is press a key to key everything, no matter where I am.

Comes in extremely useful -- the script was part of a set of other scripts (don't remember which person wrote it, but initials are JS).