From: "=?utf-8?Q?Mathias_M=C3=B6hl?=" Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.163] verified) by media-motion.tv (CommuniGate Pro SMTP 6.1.0) with ESMTPS id 6391646 for AE-List@media-motion.tv; Sat, 20 Jan 2018 12:23:08 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1516447545; s=strato-dkim-0002; d=mamoworld.com; h=In-Reply-To:To:References:Date:Subject:Message-Id:Content-Type:From: X-RZG-CLASS-ID:X-RZG-AUTH; bh=Dgwj8aG3DmcJW67gZGtHdSncl3/lOWB1ZBSnOnPiFeE=; b=R7OsEZZP2OmR4Op7UzL3dpRmSSEEfseTABJKVNwLw2l9Y/PObwQWG+va23Og/f4lYL lbIAqQt4XcrHTelZOT56j4UiqBhiuKL5l1tdJ6yu1qfKBzVYOj/FlKVmrJGgL42XbB7z wubCc6xBnZPBIjW1u6H9d4KVWdNdR7NUY1u+uteYL4kVwvb5tyxsAIVAysBINSVSIOfp IdfF1DOlJZtAiBdkTq+3+bcKFpxUq7efMEns+LuBqNU//RGmkirsZLs+V87lQiLJQV7X 9Mia7nnY9ykUXTcG3onGnOsiK2T7SO+jtJrKJSl4sC5L5TLGBqu1WbaPztPP1tVoK2/N PXmQ== X-RZG-AUTH: :JWICemClevKDgu8HjcNJMjRl593UXKPCWwh3HJPaR2BqiNKNpdy/gK8uufXdY5LzOwkVmosgnA== X-RZG-CLASS-ID: mo00 Received: from [192.168.1.131] (105.186.217.87.dynamic.jazztel.es [87.217.186.105]) by smtp.strato.de (RZmta 42.17 DYNA|AUTH) with ESMTPSA id K0b12fu0KBPiCZ8 (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Sat, 20 Jan 2018 12:25:44 +0100 (CET) Content-Type: multipart/alternative; boundary="Apple-Mail=_58974655-79F0-4A23-986A-A55183DC39C0" Message-Id: <30E4CFE8-0E17-4D61-83CB-EB8D9BB2384D@mamoworld.com> Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [AE] Using ExtendScript Tool Kit for scripting Date: Sat, 20 Jan 2018 11:25:43 +0000 References: To: After Effects Mail List In-Reply-To: X-Mailer: Apple Mail (2.3124) --Apple-Mail=_58974655-79F0-4A23-986A-A55183DC39C0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 I show how to use the ESTK debugger in the first classes of this = Beginner Scripting course: https://www.fxphd.com/details/516/ and more in class 7 of this Advanced Scripting for Ae https://www.fxphd.com/details/539/ For code development I also prefer Atom instead of ESTK (and show in the = training how to configure Atom for that task). Cheers, Mathias mamoworld.com simplify your cgi Dr. Mathias M=C3=B6hl Marlow 52 , 18551 Sagard, Germany Phone +49 (0)38302 - 88 75 61 info@mamoworld.com > On 20 Jan 2018, at 01:59, David Torno wrote: >=20 > Ya, my main pipeline is to have two dummy placeholder scripts, one in = Scripts and one in ScripUI Panels. Each named something like = "_FloatingTEST", and "_DockableTEST". I open one or both depending on = what I'm making and launch AE. This way I can write my code in ESTK or = SublimeText sometimes, and as I need to test I copy paste to one of = those scripts. I then launch script in AE. This allows me to make = changes on the fly and just relaunch the script without relaunching AE. = It's a few extra steps, but hardly impacts my flow as I'm so use to it. >=20 > David Torno > 818.391.6060 > -------------------- > www.sydefxink.com (work history) > https://vimeo.com/davidtorno (work = samples & breakdowns) > https://gumroad.com/davidtorno > http://provideocoalition.com/dtorno = (tutorials) >=20 > "The most useless day is that in which we do not laugh" > -Charles Field >=20 > On Jan 19, 2018, at 3:53 PM, Chris Zwar > wrote: >=20 >> Yeah, that=E2=80=99s what I=E2=80=99ve always done too. Glad it=E2=80=99= s not just me. And the =E2=80=9COpen script editor=E2=80=9D has never = worked for me, either... >>=20 >>> On 20 Jan 2018, at 5:57 am, David Torno > wrote: >>>=20 >>> I haven't seen any info on ESTK features. It's not very well = supported. >>>=20 >>> I never use any of those features. I've gotten in the habit of using = alert() and $.writeln() for temp feedback in ESTK. >>>=20 >>> David Torno >>> 818.391.6060 >>> -------------------- >>> www.sydefxink.com (work history) >>> https://vimeo.com/davidtorno (work = samples & breakdowns) >>> https://gumroad.com/davidtorno >>> http://provideocoalition.com/dtorno = (tutorials) >>>=20 >>> "The most useless day is that in which we do not laugh" >>> -Charles Field >>>=20 >>> On Jan 19, 2018, at 2:55 AM, Chris Zwar > wrote: >>>=20 >>>> Hi all, >>>>=20 >>>> I=E2=80=99ve been using the ExtendScript Toolkit for writing After = Effects scripts (and even complex expressions) but I don=E2=80=99t seem = to be using many of its features. =20 >>>> I=E2=80=99ve had a look around online and there=E2=80=99s not a lot = of documentation specific to After Effects. There are features listed = in the documentation that I can=E2=80=99t get to work, such as showing = the values of variables at specific times, and so on. >>>>=20 >>>> Are there any tutorials/ documents out there that specifically = demonstrate the best way to use the ESTK with After Effects? >>>>=20 >>>> -Chris >>>> +---End of message---+ >>>> To unsubscribe send any message to > >>>>=20 >>=20 --Apple-Mail=_58974655-79F0-4A23-986A-A55183DC39C0 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8
I show how to use the ESTK debugger in the = first classes of this Beginner Scripting course:
and= more in class 7 of this Advanced Scripting for Ae
https://www.fxphd.com/details/539/
For code development I also prefer = Atom instead of ESTK (and show in the training how to configure Atom for = that task).

Cheers,
Mathias


mamoworld.com
simplify your cgi

Dr. Mathias M=C3=B6hl
Marlow 52 , 18551 Sagard, Germany
Phone +49 = (0)38302 - 88 75 61
info@mamoworld.com


<= /div>

On 20 Jan 2018, at 01:59, David Torno <AE-List@media-motion.tv> wrote:

Ya, my main = pipeline is to have two dummy placeholder scripts, one in Scripts and = one in ScripUI Panels. Each named something like "_FloatingTEST", and = "_DockableTEST". I open one or both depending on what I'm making and = launch AE. This way I can write my code in ESTK or SublimeText = sometimes, and as I need to test I copy paste to one of those scripts. I = then launch script in AE. This allows me to make changes on the fly and = just relaunch the script without relaunching AE. It's a few extra steps, = but hardly impacts my flow as I'm so use to it.

David Torno
818.391.6060
--------------------
www.sydefxink.com = (work history)
https://vimeo.com/davidtorno (work samples & = breakdowns)

"The most useless day is that in which we do not = laugh"
-Charles Field

On Jan 19, 2018, at 3:53 PM, Chris Zwar <AE-List@media-motion.tv> wrote:

Yeah, that=E2=80=99s what I=E2=80=99ve = always done too.  Glad it=E2=80=99s not just me.  And the = =E2=80=9COpen script editor=E2=80=9D has never worked for me, = either...

On 20 Jan 2018, at 5:57 am, = David Torno <AE-List@media-motion.tv> wrote:

I haven't seen = any info on ESTK features. It's not very well supported.

I never use any of those = features. I've gotten in the habit of using alert() and $.writeln() for = temp feedback in ESTK.

David Torno
818.391.6060
--------------------
www.sydefxink.com = (work history)
https://vimeo.com/davidtorno (work samples & = breakdowns)

"The most useless day is that in which we do not = laugh"
-Charles Field

On Jan 19, 2018, at 2:55 AM, Chris Zwar <AE-List@media-motion.tv> wrote:

Hi all,

I=E2=80=99ve been = using the ExtendScript Toolkit for writing After Effects scripts (and = even complex expressions) but I don=E2=80=99t seem to be using many of = its features.  
I=E2=80=99ve = had a look around online and there=E2=80=99s not a lot of documentation = specific to After Effects.  There are features listed in the = documentation that I can=E2=80=99t get to work, such as showing the = values of variables at specific times, and so on.

Are = there any tutorials/ documents out there that specifically demonstrate = the best way to use the ESTK with After Effects?

-Chris
+---End of = message---+
To unsubscribe send = any message to <ae-list-off@media-motion.tv>




= --Apple-Mail=_58974655-79F0-4A23-986A-A55183DC39C0--