Notifications
Clear all

[Closed] Move biped keys

 xcx

I have made script what move selected object selected keys. This shoud work with biped too.

Ok here is code what works fine with normal objects

[i] obj = selection[i]
deselectKeys obj.controller
selectKeys obj.controller (interval start end)
moveKeys obj.controller offset #selection

[/i]This won’t work with biped. Why not?

1 Reply
 xcx

Ok. Get it working like this.

execute (“biped.moveKeys $’”+$.name+”’.controller offset #selection“)

Still that looks little umm. bad
Is there better way or more elegant way?