Skip to main content
Inspiring
August 16, 2013
Question

Setting Project settings with Extend Script?

  • August 16, 2013
  • 1 reply
  • 861 views

I would like to set Project Settings>Working Space to "sRGB IEC61966-2.1" and then check Linearize Working Space on using extend script.

I am unable to find the calls to these items anywhere.

I can set the frames, timecode, start frame etc but not the above.

Any ideas?

This topic has been closed for replies.

1 reply

Legend
September 3, 2013

Have you checked the documentation for the app.project object (page 109 on the CS3 version)?  In some cases, if I think something might be undocumented, I'll just set a variable to one of the objects provided by the AE engine, and place breakpoint at that line, then I'll use ESTK's data browser panel to inspect the variable to get a better understanding as to what is available to work with for that particular object.  In some cases you can see things that are not documented.

However, it seems like app.project.linearBlending is what you want to set to true.  I'm not sure if you can set the Working space to sRGB IEC61966-2.1, but I would think that if you set that within the app manually, you'd be able to just run the script within that workspace.

Hope that helps!

--Arie