Notifications
Clear all

[Closed] spring controller question

hi :
for the spring controller , if i make two box , and link one to another , set the child box pos controller to a spring controller , and when set the mother box keys for move animation , the child box dragged all the time until mother stopped move , and how to make it back to related pos faster ?
im doing a car rigging, make the body of car the child of wheels . if car start move , body weaved , but for spring controller , it dragged all the time is not what i want . for when car speed is stable , the body should back to original pos when moving .

maybe u can understand me . thanks for reply .

4 Replies
 PEN

Well I have written a function for this. What I’m doing is sampling time and testing what the change it from frame to frame. That is then pumped into the body of the car.

thanks pen . now i forget the spring controller , back to power of script .

 PEN

Well I am using the spring controller. But I’m getting the change values from frame to frame with it to drive the final rig.

thanks again . pen .

i try now . add a script controller to x y z effect channel of the spring controller .