read write Logtype problem?

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
mads
Posts: 33
Joined: October 15th, 2004, 6:38 am
Location: Denmark
Contact:

I cant figure out to red write the renderQuee logtype
I have one renderItem and I use this code

app.project.renderQueue.item(1).outputModules[1].logType = LogType.ERRORS_AND_PER_FRAME_INFO


but It doesnt work? is it a bug?

-mads
Dan Ebberts
Posts: 320
Joined: June 26th, 2004, 10:01 am
Location: Folsom, CA
Contact:

Error in the scripting guide. It should look like this:

app.project.renderQueue.item(1).logType = LogType.ERRORS_AND_PER_FRAME_INFO;

Dan
Post Reply