Search found 2 matches

by matt
February 27th, 2007, 3:50 am
Forum: Scripts Discussion
Topic: Unqueue a render item?
Replies: 3
Views: 8924

hmm, works here;

Code: Select all

foo = app.project.renderQueue.item(1)
// Result: [object RenderQueueItem]
foo.render = false
// Result: false
foo.render = true
// Result: true
Sure you're referring to the correct item? I thought it might be a GUI refresh problem, but it looks fine on my end. Weird.

-matt
by matt
February 23rd, 2007, 6:19 am
Forum: Scripts Discussion
Topic: app.project returns undefined in AE7
Replies: 7
Views: 16802

adding that

Code: Select all

#target aftereffects
line is always a handy sanity check! Also I've been wrapping project calls in a try/except block just to be sure, as scripts tend to fall over if you're in a blank project.