Is there a way to set the number style of an OP via Python? I’m laying down a new cropTOP, and I want to set its crop parameters in pixels but it defaults to fraction, and I can’t find any info in the documentation on how to change this programmatically.
Ya sorry, seems to be a hole in the documentation. For any of those parameters you can reference them by adding ‘unit’ to the name, so op(‘crop1’).par.cropleftunit =
Valid values are ‘fract’, ‘pixels’, ‘relfract’
Seems like those should be cleaned up to. Sorry, it’s older code.