Return-Path: Received: from mail-la0-f48.google.com ([209.85.215.48] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 5316780 for AE-List@media-motion.tv; Fri, 13 Dec 2013 18:04:41 +0100 Received: by mail-la0-f48.google.com with SMTP id n7so1589618lam.21 for ; Fri, 13 Dec 2013 09:07:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=TANmJkddhHcehnWvU+CrtK6NtH+cWhGDvWqH+Ex2hz8=; b=UQXjh6l5XsLxhAAxF7E3ix1opcQHy9LIGtoiKrOn2gHYTaMlcW5i/Xin/PdXb6clHB wvZsMhRQOoFXtPo9g5UdGjqS1ofJS7WdG4jrRcNQiwvQQI27SGpcYCi80/Iqj1MxmPn2 CZdzOjJkiQfPhEB9Sz+i/XO7HVCH7QdEVYtjgkAMFdNobVnYHjm2dI5xRN/RvvGTx9bP tZ/pNDwk+6Fm3iunsfERSSv3XUslIIkh430mQsvLlEiBuc0mfSAPGqibCEatHGKpxX36 XHkHdX6NzLh4JmM1pO3vseHUksCXMPDXIYVDGCVVwE4qrx8tpuBJL/a2ARh4aFplUfWC AknQ== X-Received: by 10.152.184.35 with SMTP id er3mr2153879lac.23.1386954448272; Fri, 13 Dec 2013 09:07:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.22.98 with HTTP; Fri, 13 Dec 2013 09:07:08 -0800 (PST) In-Reply-To: References: From: Byron Nash Date: Fri, 13 Dec 2013 12:07:08 -0500 Message-ID: Subject: Re: [AE] Expressions: "this" clone stroke To: After Effects Mail List Content-Type: multipart/alternative; boundary=001a1134cea835833204ed6d7f1f --001a1134cea835833204ed6d7f1f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable That did not seem to work. Nor did "value.transform.position", or "value.position". On Wed, Dec 11, 2013 at 1:44 PM, Byron Nash wrote: > Ah, thanks. I'll give that a whirl! > > > On Wed, Dec 11, 2013 at 12:38 PM, Mathias M=F6hl wro= te: > >> yes, since the property you apply it to is actually >> effect("Paint").stroke("Clone 1").transform.position >> you can simply write >> >> value + 75 >> >> Cheers, >> Mathias >> >> Am 11.12.2013 18:16, schrieb Byron Nash: >> >> Is there a way to tell an expression to look at its own layer name, >> property, etc? For instance, I'm using some expressions on Clone Paint >> strokes and would like to have the Clone Stroke name be generated >> dynamically instead of me changing it to "Clone 1", "Clone 2" etc... >> >> I have this line on my clone position and keep duplicating the stroke. >> It would be nice to have the name of the stroke change for me each time. >> Something like "this" in certain contexts in scripting. >> effect("Paint").stroke("Clone 1").transform.position+75 >> >> >> >> -- >> ------------------------------ >> * mamoworld.com * >> simplify your cgi >> >> dr. mathias m=F6hl >> marlow 52, 18551 sagard, germany >> phone +49 (0)38302 - 887561 >> info@mamoworld.com >> > > --001a1134cea835833204ed6d7f1f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
That did not seem to work. Nor did "value.transform.p= osition", or "value.position".=A0


On Wed, Dec 11, 2013 at 1:44 PM, B= yron Nash <byronnash@gmail.com> wrote:
Ah, thanks. I'll give that a whirl!


On Wed, Dec 11, 2013 at 12:38 PM, Mathia= s M=F6hl <info@mamoworld.com> wrote:
=20 =20 =20
yes, since the property you apply it to is actually
effect("Paint").strok= e("Clone 1").transform.position
you can simply write

value + 75

Cheers,
Mathias

Am 11.12.2013 18:16, schrieb Byron Nash:
Is there a way to tell an expression to look at its own layer name, property, etc? For instance, I'm using some expressions on Clone Paint strokes and would like to have the Clone Stroke name be generated dynamically instead of me changing it to "Clone 1", "Clone 2" etc...

I have this line on my clone position and keep duplicating the stroke. It would be nice to have the name of the stroke change for me each time. Something like "this" in certa= in contexts in scripting. =A0
effect("Paint"= ).stroke("Clone 1").transform.position+75


--

mamowor= ld.com
simplify your cgi

dr. mathias m=F6hl
marlow 52, 18551 sagard, germany
phone +49 (0)38302 - 887561
info@mamowo= rld.com



--001a1134cea835833204ed6d7f1f--