Notifications
Clear all
[Closed] Move biped keys
Jul 07, 2005 1:06 pm
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
Jul 07, 2005 1:06 pm
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?