Message 1 of 3
Automatic keyframe

Not applicable
03-04-2009
07:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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
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?