Return-Path: Received: from mail-ve0-f169.google.com ([209.85.128.169] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 5163981 for AE-List@media-motion.tv; Thu, 01 Aug 2013 22:43:00 +0200 Received: by mail-ve0-f169.google.com with SMTP id db10so2936825veb.28 for ; Thu, 01 Aug 2013 13:54:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Il55ufbMU+BVS4pRivnJpbZnITq0hxC0jwY7cQkRLbE=; b=u8xcQXVNPsNuAyttoXpytm88QIpIvlkPk+rE+UOmaDPjdSmDOKKBlCyqweEbZayryr geFfG04DN8vzX9nyMJ1Ed0WNp4+Vb59GRroE6p0UW1owX2VRvAQdZY3En1Uu3PlaOWsT wcKM5di0LnZAN5oLVVKivBnyQijXAVWgnkPmfIPwVmz6zo3ZyaM6eXlTSJhzkfxVsVcG WwLpT7jNto71A5k3jkIGTZARR9X3nsAoBP9hENmUeUhV4gR1s/KrXgqW/CdNYF08n8rP rXIilWpmx4+evgGOWRemED6KSLu9bO+nZt9/HlXsALHxw52PkirQbmofR2D0DJI5QGyV AICA== MIME-Version: 1.0 X-Received: by 10.52.165.12 with SMTP id yu12mr894768vdb.40.1375390471693; Thu, 01 Aug 2013 13:54:31 -0700 (PDT) Received: by 10.58.154.200 with HTTP; Thu, 1 Aug 2013 13:54:31 -0700 (PDT) Date: Thu, 1 Aug 2013 16:54:31 -0400 Message-ID: Subject: Re: [AE] Expression/Effect center From: Doug To: After Effects Mail List Content-Type: multipart/alternative; boundary=001a11c2c46e7e567304e2e90c3c --001a11c2c46e7e567304e2e90c3c Content-Type: text/plain; charset=ISO-8859-1 Hey Dan, That didn't work out. I thought that was what I used once before too. The best way to describe what I'm trying to do is similar to a magnifying glass. Think of 2 Layers. 1. Magnifying glass layer 2. Adjustment layer - this has the effect magnify. I want the magnify center effect point to follow position and rotation of 1. Magnifying Glass layer Which also has it's anchor point moved to the handle so it pivots at that point. Adding *thisComp.layer("magnifying_glass.ai").transform.position* to the effect center point works great except it's center is aligned with the anchor of 1. Magnifying glass layer. I need to offset this to the center of the glass. I've tried compCoords = [960,540]; and layerCoords = [200,450];, I've tried pre-comping, parenting, re-parenting to nulls, but it always breaks. *From:* D an *Sent:* Thursday, August 01, 2013 12:43 PM *Subject:* [AE] Expression/Effect center nstead of +value, try appending .valueAtTime(0) to what you got from the pick whip. Dan *From:* Doug *Sent:* Thursday, August 01, 2013 12:43 PM *Subject:* [AE] Expression/Effect center I have an effect center point on and adjustment layer pick whipped to another layers position. It works fine, but I need it to retain it's original position and not move to the anchor point because I'm using rotation. I thought I could just do +value at the end, but no luck. thisComp.layer("glass.ai ").transform.position --001a11c2c46e7e567304e2e90c3c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hey Dan,
That didn't work o= ut. I thought that was what I used once =A0before too.

=
The best way to describe what I'm trying to do is simi= lar to a magnifying glass.
Think of 2 Layers.
1. Magnifying glass layer
2. Adjustment layer - this has the effect magnify.

I want the magnify center effect point to follow = position and rotation of 1. Magnifying Glass layer Which also has it's = anchor point moved to the handle so it pivots at that point.
Adding=A0thisComp.layer("= magnifying_glass.ai").transform.position=A0to the effec= t center point works great except it's center is aligned with the ancho= r of 1. Magnifying glass layer.

I need to offset this to the center of the = glass. I've tried compCoords =3D [960,540]; and=A0layerCoords =3D [200,= 450];,=A0I've tried pre-comping, parenting, re-parenting to nulls, but = it always breaks.


From:=A0<= a title=3D"bassett.doug@gmail.com" href=3D"mailto:bassett.doug@gmail.com" t= arget=3D"_blank" style=3D"color:rgb(0,0,139);text-decoration:none">Dan<= /div>
Sent:= =A0Thursday, August 01, 2013 12:43 PM
Subject:=A0[AE] Expression/Effect center
nstead of +value, try appending=A0 .valueAtTime(0) to what you go= t from the pick whip.
=A0
Dan
=A0
From:= =A0Doug=
Sent:=A0Thursday, August 01, 2013 12:43 PM
Subject:= =A0[AE] Expression/Effect center
=A0
=
I have an effect center point on and adjustment layer= pick whipped to another layers position.
It works fine, but I need it to retain it's original position and = not move to the anchor point because I'm using rotation. I thought I co= uld just do +value at the end, but no luck.
=A0

this= Comp.layer("glass.a= i").transform.position

--001a11c2c46e7e567304e2e90c3c--