how to assign a XYZ controller

hello

I made a simple script to "lock" selected object :
$.position.controller=position_script()
$.rotation.controller=rotation_script()
$.scale.controller=scale_script()
because I don't like to freeze objects.
But I can't manage to "unlock" it... I position : bezier float.

Thanks

Comments

Comment viewing options

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

done $.pos.controller=

done

$.pos.controller= Position_XYZ ()
$.rotation.controller= Euler_XYZ ()
$.scale.controller= ScaleXYZ ()

Comment viewing options

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