Answered
setting resolutionFactor in script
So I have a question with some seemingly conflicting information on the resolutionFactor property of a comp.
I can read the resolution factor without issue but I can't seem to set it even though the Scripting Guide seems to say it's a read/write property.
I've tried where this where, selection[i] is an app.project.selection and checked that the type is a comp:
selection[i].resolutionFactor = [1,1]
// and
selection[i].resolutionFactor[0] = 1
selection[i].resolutionFactor[1] = 1

