Return-Path: Received: from mail-wi0-f180.google.com ([209.85.212.180] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 5325644 for AE-List@media-motion.tv; Sat, 21 Dec 2013 13:08:46 +0100 Received: by mail-wi0-f180.google.com with SMTP id hm19so4727931wib.13 for ; Sat, 21 Dec 2013 04:11:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ymiBaaVZ/9EVoRhysVArs8TS0R3ngeKpj8gymk3BGAc=; b=jLYr656t+ORBj0EpdMSucODUc1ciBPP2mCdL7V2NAlttfDwDVNustd2j2wRr82HNdd q+rY7DyRzPZbU5TEvImnKsW4VaGK0bYeF3U6Hd++ZdXZjKsZXLACMN+VnL0sAQlDgEFL Ih38dpUs2+faMvgQFA01vP+loiP+bu2x0rroUJZSZZt9NxKRpBBI+LufMyKjPeYpfXxq NG1f3X8mGLTd/T6+Fz3ahJwBHCG0pd5aJUZUlrG/4w+/cI/4kEOqrR+0rMcL60yULWrL 83JDbSshcq+zTbr78+3kNpT2aPuTb8GHe51gt0/K/Qt5iHLis7kVfHqEwbBFSc5wmsQV vixw== MIME-Version: 1.0 X-Received: by 10.180.94.164 with SMTP id dd4mr11928798wib.20.1387627908056; Sat, 21 Dec 2013 04:11:48 -0800 (PST) Received: by 10.217.54.70 with HTTP; Sat, 21 Dec 2013 04:11:48 -0800 (PST) In-Reply-To: References: Date: Sat, 21 Dec 2013 12:11:48 +0000 Message-ID: Subject: Re: [AE] Expressions: Somewhere between Auto Orient and Auto Orient Y only From: D To: After Effects Mail List Content-Type: multipart/alternative; boundary=f46d04462eb88a4e2204ee0a4ca2 --f46d04462eb88a4e2204ee0a4ca2 Content-Type: text/plain; charset=ISO-8859-1 So Dan, I take it this expression gets pasted into the layer's Y rotation? Cheers. On Friday, December 20, 2013, Dan Ebberts wrote: > Try turning off auto orient and use this for orientation: > > v = thisComp.layer("Camera 1").toWorldVec([0,0,1]); > lookAt(position,position+v) > > > Dan > > *From:* Byron Nash > *Sent:* Friday, December 20, 2013 1:23 PM > *To:* After Effects Mail List 'AE-List@media-motion.tv');> > *Subject:* Re: [AE] Expressions: Somewhere between Auto Orient and Auto > Orient Y only > > Probably so, I just need to find that math! :-) > > > On Fri, Dec 20, 2013 at 3:28 PM, Lloyd Alvarez > > wrote: > >> Do mean like a multi-plane? http://aescripts.com/pt_multiplane/ >> >> Cheers, >> Lloyd >> >> >> On Fri, Dec 20, 2013 at 3:14 PM, Byron Nash >> > wrote: >> >>> I need to keep some 3D layers flat in screen space. One immediately >>> reaches for the Auto Orient switch. It seems to get weird on the screen >>> edges as a layer approaches the camera. I tried Dan Ebberts go to >>> expression for Y only orientation( >>> http://motionscript.com/design-guide/auto-orient-y-only.html) but that >>> doesn't do the trick either. I bascially want the layers to be rotated so >>> they have no perspective but still stick to the 3D position. >>> >>> I'm sure this has been done before... >>> >> >> > > --f46d04462eb88a4e2204ee0a4ca2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable So Dan, I take it this expression=A0gets pasted into the layer= 's Y rotation?

Cheers.=A0

On Friday, D= ecember 20, 2013, Dan Ebberts wrote:
Try turning off auto orient and use this for orientation:
=A0
v =3D thisComp.layer("Camera 1").toWorldVec([0,0,1]);
lookAt(position,position+v)
=A0
=A0
Dan
=A0
Sent: Friday, December 20, 2013 1:23 PM
Subject: Re: [AE] Expressions: Somewhere between Auto Orient an= d=20 Auto Orient Y only
=A0
Probably so, I just need to find that math! :-)


On Fri, Dec 20, 2013 at 3:28 PM, Lloyd Alvarez <= span dir=3D"ltr"><lists@aescripts.com> wrote:
Do mean like a multi-plane? http://aescripts.com/pt_multiplane/
=A0
Cheers,=20
Lloyd


On Fri, Dec 20, 2013 at 3:14 PM, Byron Nash <byronnash@gmail.com>= wrote:
I need to keep some 3D layers flat in screen space. On= e=20 immediately reaches for the Auto Orient switch. It seems to get weird o= n the=20 screen edges as a layer approaches the camera. I tried Dan Ebberts go t= o=20 expression for Y only orientation(http://motionscript.c= om/design-guide/auto-orient-y-only.html)=20 but that doesn't do the trick either. I bascially want the layers t= o be=20 rotated so they have no perspective but still stick to the 3D=20 position.=A0=20
=A0
I'm sure this has been done before...
=
=A0
=A0
--f46d04462eb88a4e2204ee0a4ca2--