Search found 2 matches

by Fishdriver
July 18th, 2019, 7:13 am
Forum: Expression Discussion
Topic: how to get _effective_ pixel dimensions of scaled solids?
Replies: 1
Views: 13296

Re: how to get _effective_ pixel dimensions of scaled solids?

courtesy of Dan Ebberts: L = thisComp.layer(index + 1); r = L.sourceRectAtTime(time,false); sX = L.scale[0] / 100; sY = L.scale[1] / 100; text.sourceText = [ r.width * sX , r.height * sY ] put that in the Source Text of a text layer, then put the source layer directly above the layer you want to mea...
by Fishdriver
July 15th, 2019, 9:21 am
Forum: Expression Discussion
Topic: how to get _effective_ pixel dimensions of scaled solids?
Replies: 1
Views: 13296

how to get _effective_ pixel dimensions of scaled solids?

hi folks, I am building a 2.5d "interior set" for an AE camera to fly thru. I've made it out of placeholder solids which have been scaled, mostly non-proportionally, to fit the dimensions of the space. I'd like to replace the placeholder solids (walls, ceiling, etc) with Photoshop texture ...