Search found 5 matches

by uroshp
April 9th, 2010, 1:14 pm
Forum: Expression Discussion
Topic: Basic Expression Question
Replies: 1
Views: 7333

Basic Expression Question

Hey guys, thanks for checking this out and i apologize for the noob quesiton in advance. I got an object where the position is [x,y] (not a 3D layer) what i need to do is put an expression on the position value so that the X value stays variable while Y is linked to Expression Slider control so that...
by uroshp
April 28th, 2009, 3:45 pm
Forum: Script requests
Topic: Script to postion an anchor point in middle of layer
Replies: 2
Views: 9234

Re: Script to postion an anchor point in middle of layer

oh wow man!
thanks so much for the info. i'll download and give it a spin!

thanks again!
by uroshp
April 28th, 2009, 8:53 am
Forum: Script requests
Topic: Script to postion an anchor point in middle of layer
Replies: 2
Views: 9234

Script to postion an anchor point in middle of layer

Hey guys, I have no scripting knowledge and am starting to figure out expressions so i'll be relying on your help for this one (if it's possible) lets say i create a 1080p solid where i draw a mask around only one little part of it on the left hand side. Then when i select that layer my anchor point...
by uroshp
March 27th, 2008, 1:47 pm
Forum: Expression Discussion
Topic: Distance from camera determining the scale of an object
Replies: 2
Views: 9219

Re: Distance from camera determining the scale of an object

Something like this should work: farDist = 1000; nearDist = 800; farScale = [100,100]; nearScale = [130,130]; c = thisComp.activeCamera; d = length(c.toWorld([0,0,0]), toWorld(anchorPoint)) ease(d, nearDist, farDist, nearScale, farScale) Adjust nearDist and farDist until it works the way you want. ...
by uroshp
March 26th, 2008, 7:39 am
Forum: Expression Discussion
Topic: Distance from camera determining the scale of an object
Replies: 2
Views: 9219

Distance from camera determining the scale of an object

Hey guys, I've been roaming through this forum for quite some time and never needed to ask questions because i would always find the answer on here until now. When it comes to expressions and JAVA i am a complete dumb dumb so any help would be really appreciated. I made a simple diagram of my simpli...