Search found 4 matches

by zantek
June 16th, 2007, 9:28 am
Forum: Script requests
Topic: After to smedge by script?
Replies: 0
Views: 8942

After to smedge by script?

Is there a way to use a script sending an after effect render queue item to smedge as a new job, and submit it to the smedge's render queue?
by zantek
June 16th, 2007, 3:13 am
Forum: Scripts Discussion
Topic: setting workAreaDuration
Replies: 1
Views: 6451

setting workAreaDuration

how to set the work Area Duration of an active comp, to be as long as a footage Item?
schematically:
work area duration = layer duration
or
comp out point = layer out point
by zantek
June 15th, 2007, 3:59 pm
Forum: Scripts Discussion
Topic: import comp
Replies: 2
Views: 8493

thanks. After few searches i found this: function openComp() { var my_file = new File(".../thePathTo/MyComp.aep"); if (my_file.exists){ new_project = app.open(my_file); if (new_project){ alert(new_project.file.name); } }} so it loads my new project. I'd like to add a "if" in case...
by zantek
June 15th, 2007, 8:22 am
Forum: Scripts Discussion
Topic: import comp
Replies: 2
Views: 8493

import comp

Hi

I want to make a palette with several buttons, which can let me open definied projects, and other useful scripts.
How to import a specific comp (ie : an exisiting myComp.aep) with script?

thks