Page 1 of 1

Possible to set layer markers at keyframes?

Posted: December 4th, 2007, 1:21 pm
by Zarxrax
One thing that I find a bit annoying about after effects is that I often need to sync layers up by their keyframes. This is a bit annoying because you have to press U or twirl down the layers in order to see where your keyframes are at. It occurred to me that it would be very helpful if layer markers were automatically placed at the positions where keyframes are. This way I can tell at a glance without having to do anything.

Would a script like this be possible?

Re: Possible to set layer markers at keyframes?

Posted: December 4th, 2007, 8:27 pm
by redefinery
Zarxrax wrote:It occurred to me that it would be very helpful if layer markers were automatically placed at the positions where keyframes are.
a script can't enable a mode to have that happen automatically, but you can certain write a script that updates layer markers to reflect the current keyframe positions, e.g.,
http://www.redefinery.com/ae/view.php?i ... KeyMarkers

:jeff

Posted: December 5th, 2007, 2:49 pm
by Zarxrax
Thanks, that might be helpful.