Search found 2 matches

by notawidget
July 7th, 2006, 11:33 am
Forum: Scripts Discussion
Topic: writing render queue text file
Replies: 1
Views: 7682

writing render queue text file

Okay. i'm trying to write a text file that lists a comps render queue settings. so far i've only found how to write the a comp in the render queue's comp settings. Here's what i've got so far... var logFile = new File(currFilePath + currFileNameOnly + ".txt"); logFile.open("w"); ...
by notawidget
June 28th, 2006, 4:35 pm
Forum: Scripts Discussion
Topic: custom formatted text log file
Replies: 0
Views: 7025

custom formatted text log file

I'm trying to write a script that outputs a custom formatted text log file of the comps in the render queue, their settings and the length of each render. Basically, it's the Log Plus Settings script used by AE to generate at text file. How can I get that script so that i may make my own modified ve...