Notifications
Clear all
[Closed] Changing Rotation Controllers?
Apr 13, 2006 10:33 pm
I need to convert all my objects in a scene from Euler XYZ to TCB rotation. Is there a script or a couple a lines that would do this?
Thank in advance!
1 Reply
Apr 13, 2006 10:33 pm
you could try:
[size=3]for[/size] i in objects do (i.rotation.controller = tcb_rotation () )
cheers
Dan