Notifications
Clear all

[Closed] Changing Rotation Controllers?

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

you could try:

[size=3]for[/size] i in objects do (i.rotation.controller = tcb_rotation () )

cheers

Dan