ScriptSpot

Forum topic · General Scripting

How to batch change TCB to Euler

By eyepiz · 2013-11-07

Description

Hello!

I am in need a script to batch change TCB to Euler animation controllers, the CAD geometry I'm dealing with brings everything in as TCB.
I got rotation and position dialed however I need scale.

I would appreciate any help!

sel=selection as array
for s in sel do
(
s.rotation.controller=Euler_XYZ()
s.position.controller=Position_XYZ()
)

Comments (2)

.

miauu · 2013-11-07

Did yoi tried "XYZ Controllers"?

Found it Thanks!

eyepiz · 2013-12-06

s.scale.controller=Bezier_Scale()