Adding keyframs in MEL

Adding keyframs in MEL

Anonymous
Not applicable
538 Views
2 Replies
Message 1 of 3

Adding keyframs in MEL

Anonymous
Not applicable
Hey guys ... does anybody know how to add keyframs using MEL ? OR is there any script that can randomly move set of cubes(for example) in the Y direction ?
thnx 4 ur time ..
0 Likes
539 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
setKeyframe -time 20 -> will add a keyframe at frame 20;
you can also add additional keyframes like this -
setKeyframe -insert -time 15 --> will add a keyframe to the existing animation at frame 15;
0 Likes
Message 3 of 3

Anonymous
Not applicable
thnx 4 ur time dude
0 Likes