Evan Viera @evanviera • Joined Jul 2013 • Active 5 years ago Remove Connection Are you sure you want to remove from your connections? Timeline Profile Connections Photos Forums Points Leader Badges Discussions Replies Favorites Discussions Replies Favorites Forum Replies Created Evan Viera September 23, 2015 at 10:34 pm in reply to: expression to maintain scale on a 3d layer as if z = 0 nevermind, i got it modifying this thread’s expression https://forums.creativecow.net/thread/227/15418 – – cam = thisComp.activeCamera; distance = length(sub(position, cam.position.valueAtTime(0))); scale * distance / cam.zoom; Evan Viera September 23, 2015 at 9:59 pm in reply to: expression to maintain scale on a 3d layer as if z = 0 thanks Filip, i’m having trouble getting this to evaluate for only one frame. basically i want to use the properties of the camera at the first frame only to calculate the scale. any help? Evan Viera July 7, 2013 at 7:10 pm in reply to: Measuring hierarchical (nested) distance between comps? Ah I see, thanks Dan for the response. Yea that would be more trouble than it’s worth. I’ll just do it manually.