Search found 19 matches

by peteoconnell
September 3rd, 2008, 9:34 am
Forum: Scripts Discussion
Topic: Addding an effect to a layer
Replies: 21
Views: 96808

Addding an effect to a layer

Hi I am making a script that creates an adjustment layer in my comp. How do I add an effect to this layer with scripting? Here is my script so far: //start myComp = app.project.activeItem; mySolid = myComp.layers.addSolid([0,0,0], "colorCorrect", myComp.width, myComp.height,1); mySolid.sta...
by peteoconnell
August 28th, 2008, 12:06 pm
Forum: Scripts Discussion
Topic: addAdjustmentLayer method?
Replies: 1
Views: 5662

addAdjustmentLayer method?

Hi, does anyone know if an addAdjustmentLayer method exists? It seem to be omitted from the AE CS3 Scripting Guide. //Start //I thought this might work but it doesn't myComp = app.project.activeItem; myAdjLayer = myComp.layers.addAdjustmentLayer([0,0,0], undefined, myComp.width, myComp.height,1); my...
by peteoconnell
August 20th, 2008, 10:51 am
Forum: Script requests
Topic: Save project to render path?
Replies: 0
Views: 6329

Save project to render path?

Hi, I was wondering if anyone knows of a way to save a project to the path of a render queued comp as part of the render, or perhaps a script that would do something like that? Sometimes I get notes on an older version of a shot so I need to go back to exactly that state. Thanks Pete roguekeyframe.com
by peteoconnell
August 15th, 2008, 10:26 pm
Forum: Scripts Discussion
Topic: Script to save the aep file to folder containing the render
Replies: 0
Views: 5661

Script to save the aep file to folder containing the render

Hi I was wondering if anyone could help me make a script that would save a copy of the script along with the rendered sequence. The pseudo-english version of the script would be: "Take the output destination of the first item in the render queue and save this script in that folder" Thanks ...