script controller

hi

could somebody tell me how can i lock an object's Z position with a script controller attached to the Z Position track in the motion panel?

I want the object not to go below 0.0 in Z. I'm using this:

if ($.pos.z < 0.0) then return 0.0
$.pos.z

it works, but every time a release the object and pickit again to move its jumps to 0.0 in Z. just try it. why is this hapening!??

thanks

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
crazyosachou's picture

hi, Just go to : Command

hi,
Just go to : Command Pannel -> Motion
there, select "Posistion --> Z-position
then clikc on "assign controller" (on the small "?" botton just below.then choose "Float Script".
By default z will be equal to 0. (z=0) and it'll be locked.
u can change the value as u want.

Good Luck.

learn more,learn as fast as u can, coz u can be not able to learn more tommorow!!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.