Return-Path: Received: from mail-vc0-f176.google.com ([209.85.220.176] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 5002261 for AE-List@media-motion.tv; Wed, 13 Mar 2013 17:37:01 +0100 Received: by mail-vc0-f176.google.com with SMTP id e10so652946vcx.35 for ; Wed, 13 Mar 2013 09:44:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=fPag3GIpbCkusus8Ja062RQMG3656zfjKnLTKTbEn8M=; b=XlZZ5UNIMLhMxjU8gVlmLpdAaBeAmU/pxQj9nr2NsbqLRcJpGZlIkyIgfVkhfbcx7v xEpp+Hp0c10raRA4rl8Hc2CvJX3yFgqIRv2jWr0SgHTwFoYZ4BQquJ5+iudpwO0O7R7h WXLOc2Ow7vmfShmc1c9EhnmtSsYdinuegyxtsQm6abX9JlTAuHQpUEhgLMK4jLDCPPLQ 80aWPnUoOHspGsCux/YiUmVJQ78wdReKX7uraXCuxv0mEkBPGviTzVGu3vJ2QiQz27Fj HfG8QrzB+B3iXsYgVuEf+fTAUNzNKTvBtK35qIoPLl523tRVUgHodbrgnrrAh66tDff5 /0UA== MIME-Version: 1.0 X-Received: by 10.58.85.134 with SMTP id h6mr8742192vez.18.1363193041805; Wed, 13 Mar 2013 09:44:01 -0700 (PDT) Received: by 10.58.241.170 with HTTP; Wed, 13 Mar 2013 09:44:01 -0700 (PDT) Date: Wed, 13 Mar 2013 12:44:01 -0400 Message-ID: Subject: position drives rotation From: Doug To: After Effects Mail List Content-Type: multipart/alternative; boundary=047d7b6d9340046d1704d7d11dcb --047d7b6d9340046d1704d7d11dcb Content-Type: text/plain; charset=ISO-8859-1 Hey all, I have a basic expression issue that I've seen here before but can't remember or find it. I have the position of a null that I want to drive the rotation of another layer. but it makes the starting rotation at 1x+206 instead of zero This seems to work: thisComp.layer("controller").transform.position[0] but it makes the starting rotation at 1x+206 instead of zero Would I need to subtract this number in the expression? Thanks --047d7b6d9340046d1704d7d11dcb Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hey all,
I have a basic expression issue that I've seen here before= but can't remember or find it.
I have the position of a null= that I want to drive the rotation of another layer. but it makes the start= ing rotation at 1x+206 instead of zero
This seems to work:

thisComp.layer("controller").t= ransform.position[0]

but it makes the starting= rotation at 1x+206 instead of zero

Would I need to subtract this number in the expression= ?

= Thanks

--047d7b6d9340046d1704d7d11dcb--