Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Automatic keyframe

Automatic keyframe

Anonymous
Not applicable
308 Views
2 Replies
Message 1 of 3

Automatic keyframe

Anonymous
Not applicable
Hey guys.

I was wondering if there was a way in maxscript to detect when a keyframe created in auto key. Basically I got this IK spine setup with a FK spine constrained to the IK one and, when I create a keyframe on the IK spine, I want keyframes to be created automatically on the FK spine. This is to save our animators some time.

Now, I tried
on $spineik_cntrl addnewkey do (addnewkey $spinefk01)
but it didn't work. You guys got any suggestions?
0 Likes
309 Views
2 Replies
Replies (2)
Message 2 of 3

gplourde
Participant
Participant
Use a callback to detect key creation. this can be done in maxscript but require lots of resources. Its better to do this using a plug-in.
0 Likes
Message 3 of 3

Anonymous
Not applicable
Plugin? Oh boy... Now thats gonna be fun!
0 Likes