Search found 1 match
- October 4th, 2011, 2:46 am
- Forum: Expressions Library
- Topic: Cam-Distance
- Replies: 1
- Views: 51995
Cam-Distance
Hi there, Im using this script on a psd file i imported: cam = this_comp.active_camera; distance = length(sub(position , cam.position)); s = distance / cam.zoom; mul(scale, s) it should maintain the layer size in the comp no matter where i put it in z position. Not working for me : should i apply it...