PDA

View Full Version : append keys , copy keys from source to target object with maxscript


arno3d
07-29-2009, 08:31 AM
There is a way to copy a key from one object to an other with the command appendkey :
source_key = source_obj.pos.x_position.controller.keys[2]
target_keys = target_obj.pos.x_position.controller.keys
appendKey target_keys source_key

How can I copy many keys at the same time, is there a maxscript command to do that ?thanks
Arno
arno.blogspot.com

CGTalk Moderation
07-29-2009, 08:31 AM
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.