hi im trying to record information on how far an object goes through another object in the Y direction. so i have a sphere and its animated to pass through a plane, im using locators to help, one on the floor plane and following the object ive constrained them to these objects, but i need the one on the object to remain at the bottom how do i go about this?
plus i want to record how far through it goes, im using an if statement like this locatorObject.translateY = locObY locatorFloor.translateY = locFlY results = [] if locObY == locFlY: print "Collision detected" how do i create results on how far it goes through on the furthest point? if anyone can help in any way it will be greatly appreciated
-- http://groups.google.com/group/python_inside_maya