PDA

View Full Version : Move biped keys


xcx
07-07-2005, 01: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

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

This won't work with biped. Why not?

xcx
07-07-2005, 01:19 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?

CGTalk Moderation
07-07-2005, 01:19 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.