-
How to get the pixel value height and width of an object that has been scaled
I’m just trying to see how big a solid is after having been scaled down so i made a text layer with an expression in the “Source Text” parameter-
thisComp.layer(“SizeTest”).height
but all it will tell me is the original height of the solid before scaling. I’ve never used the “Layer Space Transforms” parameters of the expression code before, but it seems like that’s what’s needed. am I correct in assuming this?