Return-Path: Received: from mail-pa0-f52.google.com ([209.85.220.52] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 5115240 for AE-List@media-motion.tv; Fri, 21 Jun 2013 21:15:00 +0200 Received: by mail-pa0-f52.google.com with SMTP id kq13so8258256pab.39 for ; Fri, 21 Jun 2013 12:25:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:mime-version:content-type:subject:date:in-reply-to:to :references:message-id:x-mailer:x-gm-message-state; bh=dxNT2nqhhA4vk3otgxRykkUqlipqGGuekHnkd6IzhV0=; b=MTMosQRx7yBTaJSFRMQlXGHcYWjli6NGC+bkjGiPDGFnQU1eNHPKT3GVx+NyTk7ZsZ mvqcWASCL1ev5jpiIqvHGoC/utgIdfI1PO4UM9jwSRkQoKOxQIn79ftFGabZ8lMM6Rom NS4+byfGiIzSMsV+8Nze6LshWx4cWAbuAPloHgswm6Do/1Pz768MGB46Fv/t79y+V6aa CR7qJIqyNlbq+zZWeeh8Fx/f8z5gLYjNu3hqvZ7gJjcqoWR1bMRxAEARVn7vhdno0h2P UkyW+lXGoDcMB0JnH9gTdy9t4tpyNUyLu1kz51UnpDxg/0+hovj4jelS9eJfUxKbszSk USxA== X-Received: by 10.66.146.104 with SMTP id tb8mr17607572pab.170.1371842710979; Fri, 21 Jun 2013 12:25:10 -0700 (PDT) Return-Path: Received: from [10.0.0.172] ([65.223.58.66]) by mx.google.com with ESMTPSA id ka16sm6871781pad.14.2013.06.21.12.25.06 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 21 Jun 2013 12:25:07 -0700 (PDT) From: Phil Spitler Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: multipart/alternative; boundary="Apple-Mail=_6F9DE582-F71E-46F6-97E5-5AB72E8835EC" Subject: Re: [AE] Open Comp in script Date: Fri, 21 Jun 2013 12:25:05 -0700 In-Reply-To: To: "After Effects Mail List" References: Message-Id: X-Mailer: Apple Mail (2.1283) X-Gm-Message-State: ALoCoQkACrmbCztOg9NgmZWyr5jj7Y0NHAHqpIEZNdBENX1AqW4/oVbcJynttBxaseZDWEkOANMC --Apple-Mail=_6F9DE582-F71E-46F6-97E5-5AB72E8835EC Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Thanks guys. Phil Phil Spitler | Creative Technologist | Bonfire Labs | t : = 415.394.8200 m : 415.571.3139 Website | Facebook | LinkedIn On Jun 21, 2013, at 8:29 AM, Zack Lovatt wrote: > Serves me right for only skimming Jeff's message! >=20 >=20 >=20 > On Fri, Jun 21, 2013 at 11:25 AM, Lloyd Alvarez = wrote: > Since CS6 no more "workarounds" are necessary :-) >=20 > openInViewer() >=20 >=20 > On Fri, Jun 21, 2013 at 11:10 AM, Zack Lovatt = wrote: > This workaround's been floating around on aehancers/the Cow for a = while -- http://forums.creativecow.net/thread/227/10710 -- haven't had = to use it, so I can't guarantee it'll work in later versions but worth a = try! >=20 >=20 > Z >=20 > Zack Lovatt > 416.786.4129 > www.zacklovatt.com >=20 >=20 > On Thu, Jun 20, 2013 at 8:50 PM, Jeff Almasol = wrote: > hi phil, >=20 > as of CS6, there's an openInViewer() method that you can use for a = CompItem (to open in the Composition panel), AVLayer (to open in the = Layer panel), or FootageItem (to open in the Footage panel). >=20 > see the CS6 Scripting Guide for more details: > = http://blogs.adobe.com/aftereffects/2012/06/scripting-changes-in-after-eff= ects-cs6-plus-new-scripting-guide.html >=20 > :jeff >=20 >=20 >=20 > On Thu, Jun 20, 2013 at 4:53 PM, Phil Spitler = wrote: > Hi, I have a script that duplicates the current comp, then does a = bunch of stuff. >=20 > I can't get the new comp to open via the script. >=20 > I want the new comp to be the current timeline. >=20 > Any ideas? >=20 > Cheers. >=20 > Phil >=20 > Phil Spitler | Creative Technologist | Bonfire Labs | t : = 415.394.8200 m : 415.571.3139 >=20 > Website | Facebook | LinkedIn >=20 > hi=20 >=20 >=20 >=20 --Apple-Mail=_6F9DE582-F71E-46F6-97E5-5AB72E8835EC Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=iso-8859-1 Thanks guys.

Phil

signature1 Phil Spitler  |  Creative Technologist   |  Bonfire Labs  |  t : 415.394.8200  m : 415.571.3139

Website | Facebook | LinkedIn

On Jun 21, 2013, at 8:29 AM, Zack Lovatt wrote:

Serves me right for only skimming Jeff's message!



On Fri, Jun 21, 2013 at 11:25 AM, Lloyd Alvarez <lists@aescripts.com> wrote:
Since CS6 no more "workarounds" are necessary :-)

 openInViewer()


On Fri, Jun 21, 2013 at 11:10 AM, Zack Lovatt <zack@zacklovatt.com> wrote:
This workaround's been floating around on aehancers/the Cow for a while -- http://forums.creativecow.net/thread/227/10710 -- haven't had to use it, so I can't guarantee it'll work in later versions but worth a try!


Z



On Thu, Jun 20, 2013 at 8:50 PM, Jeff Almasol <redefinery@gmail.com> wrote:
hi phil,

as of CS6, there's an openInViewer() method that you can use for a CompItem (to open in the Composition panel), AVLayer (to open in the Layer panel), or FootageItem (to open in the Footage panel).

see the CS6 Scripting Guide for more details:

:jeff



On Thu, Jun 20, 2013 at 4:53 PM, Phil Spitler <phil@bonfirelabs.com> wrote:
Hi, I have a script that duplicates the current comp, then does a bunch of stuff.

I can't get the new comp to open via the script.

I want the new comp to be the current timeline.

Any ideas?

Cheers.

Phil

Phil Spitler  |  Creative Technologist   |  Bonfire Labs  |  t : 415.394.8200  m : 415.571.3139

Website | Facebook | LinkedIn

hi 




--Apple-Mail=_6F9DE582-F71E-46F6-97E5-5AB72E8835EC--