Hi, Guys
Is it possible to parent a group of Key frames to a comp marker,
such that they are moved along when the marker get dragged.
Please note I dont know how to write even a single line of after effect code.
Thanks in advance.
Hi, Guys
Is it possible to parent a group of Key frames to a comp marker,
such that they are moved along when the marker get dragged.
Please note I dont know how to write even a single line of after effect code.
Thanks in advance.
Hello,
In my portfolio you can find a script called “KeysBinder” (I can’t provide direct link, because it will look like self-promotion), but it do almost what you want. More information you can find in the description and video preview of the script.
Hi! Try this expression:
if ((numKeys > 0) && (marker.numKeys > 0)){
t1 = key(1).time;
t2 = marker.key(1).time;
valueAtTime(time - (t2-t1));
}else
value
that really is a helpful script might purchase that later thanks