-
Layer Pixel Aspect Ratio
I know I can get the PAR info for a comp: thisComp.pixelAspect, but is it possible to find the PAR from an individual layer? Unfortunately thisLayer.pixelAspect is not valid code.
I have been getting around this by making New comp of the layer in question and using that in my Main comp. Then I can use the thisComp.pixelAspect.
Is there a more efficient way?