PDA

View Full Version : Saving key data



kloveridge
10-13-2009, 01:05 PM
Is there a way to write the raw key data to a text file in After Effects? I suspect this will require some scripting. Does anyone know if a script exists that would write out key data?

My needs are pretty basic. I need to write out Positoin, scale, rotation and opacity.

Thanks in Advance

chrisg
10-13-2009, 01:55 PM
Hi kloveridge,

This can be as simple as selecting the keyframes and pressing CTRL-C and CTRL-V in a text editor. Are you looking to automate this, or will this be enough>

kloveridge
10-13-2009, 06:41 PM
well, it turned out I found a better solution for what I was trying to do. I reanimated what I was doing in Maya and wrote a MEL script that captured and formatted the text in exactly the manner I needed.

Thanks for you help.