Return-Path: Received: from oproxy4-pub.bluehost.com ([69.89.21.11] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with SMTP id 4609945 for AE-List@media-motion.tv; Sun, 29 Jan 2012 03:58:11 +0100 Received: (qmail 27296 invoked by uid 0); 29 Jan 2012 03:03:54 -0000 Received: from unknown (HELO host245.hostmonster.com) (74.220.215.245) by cpoproxy1.bluehost.com with SMTP; 29 Jan 2012 03:03:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zacklovatt.com; s=default; h=Content-Type:To:Subject:Message-ID:Date:From:References:In-Reply-To:MIME-Version; bh=HRxuJO3BuuF8yGfzyz4UahcSGvRIEjDVyRQ9RE34+P0=; b=Kua5vo1mDDcw2ngoOP9cXaP5/z0xN4ClE9VoOlSmtLrqWsJ9luiGeXoDS1hdfdutPyAPgk/aDg0jXIVsUk3b45RFr746qHFmlonm4fSuzwy5P7wyrF5KDYCQe9gsYlgS; Received: from mail-we0-f169.google.com ([74.125.82.169]) by host245.hostmonster.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.76) (envelope-from ) id 1RrL3Z-0000ru-Lm for AE-List@media-motion.tv; Sat, 28 Jan 2012 20:03:53 -0700 Received: by wera13 with SMTP id a13so2720708wer.28 for ; Sat, 28 Jan 2012 19:03:52 -0800 (PST) Received: by 10.216.139.204 with SMTP id c54mr5090832wej.13.1327806232057; Sat, 28 Jan 2012 19:03:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.78.68 with HTTP; Sat, 28 Jan 2012 19:03:12 -0800 (PST) In-Reply-To: References: From: Zack Lovatt Date: Sat, 28 Jan 2012 22:03:12 -0500 Message-ID: Subject: Re: [AE] connect to first vertex To: After Effects Mail List Content-Type: multipart/alternative; boundary=0016e6d99fa4cad6ee04b7a1fa0f X-Identified-User: {2847:host245.hostmonster.com:trinolia:zacklovatt.com} {sentby:smtp auth 74.125.82.169 authed with zack@zacklovatt.com} --0016e6d99fa4cad6ee04b7a1fa0f Content-Type: text/plain; charset=ISO-8859-1 Just to clarify, you're trying to set the *position of your current layer *to that of the *target layer at its first keyframe*? If so, add this expression to the *position* of the layer you want to move, where *targetLayer* is the name of the layer whose first position keyframe you want to take. thisComp.layer("targetLayer").transform.position.key(1); > Or have I misunderstood, and you mean a *mask / shape path* as opposed to a *motion path*? Zack Lovatt 416.786.4129 www.zacklovatt.com On Sat, Jan 28, 2012 at 8:21 PM, R. Doug Bassett wrote: > Is there a way to connect the position of a layer to the first vertex of a > path on another layer? > +---End of message---+ > To unsubscribe send any message to > --0016e6d99fa4cad6ee04b7a1fa0f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Just to clarify, you're trying to set the position of your current l= ayer to that of the target layer at its first keyframe?

I= f so, add this expression to the position of the layer you want to m= ove, where targetLayer is the name of the layer whose first position= keyframe you want to take.

thisComp.layer("= targetLayer").transform.position.key(1);


Or ha= ve I misunderstood, and you mean a mask / shape path as opposed to a= motion path?

Zack Lovatt
416.786.4129
www.zacklovatt.com



On Sat, Jan 28, 2012 at 8:21 PM, R. = Doug Bassett <bassett.doug@gmail.com> wrote:
Is there a way to connect the position of a layer to the first vertex of a = path on another layer?
+---End of message---+
To unsubscribe send any message to <ae-list-off@media-motion.tv>

--0016e6d99fa4cad6ee04b7a1fa0f--