Search found 5 matches

by AndyTroz
July 12th, 2013, 12:00 am
Forum: Script requests
Topic: How can I turn on and off a Checkbox effect in After Effect
Replies: 1
Views: 9420

Re: How can I turn on and off a Checkbox effect in After Eff

I found the answer!

Code: Select all

app.project.item(1).layer(1).effect("Checkbox Control")("Checkbox").setValue(true);
by AndyTroz
July 11th, 2013, 8:18 pm
Forum: Script requests
Topic: How can I turn on and off a Checkbox effect in After Effect
Replies: 1
Views: 9420

How can I turn on and off a Checkbox effect in After Effect

I have a Checkbox effect on the first layer of the first composition in my project window. I'd like to know what the script would look like to control this Checkbox (on and off) via ExtendScript. This is the path to my Checkbox effect: app.project.item(1).layer(1).effect("Checkbox Control"...
by AndyTroz
July 7th, 2013, 10:03 pm
Forum: Script requests
Topic: Save/Load User Inputs from Scripted GUI in ExtendScript
Replies: 1
Views: 9310

Save/Load User Inputs from Scripted GUI in ExtendScript

I've created a very simple GUI in ExtendScript and I'd like to know how to save and load any user inputs from the "edittext" boxes that I've created. //GUI Design var myWin = new Window ("palette", "EditTextTest", undefined); myWin.orientation = "row"; var gro...
by AndyTroz
March 30th, 2009, 9:40 am
Forum: Script requests
Topic: Rendering Composites into their Project Folders
Replies: 2
Views: 7856

Rendering Composites into their Project Folders

Hey Guys, I've created some folders in the After Effect's Project Window, and inside each folder there are about 5 compositions. Now, is there a way that I can tell After Effects to render each composite into their own folders (as represented in the project window)? This would mean that After Effect...