Hi all I would like to know the command in mel to be able to delete all the keyframe created by me. Thanks for the help
Julian Mann
[ Admin ]
You can use the "cutKey" command.
cutKey pSphere1.tx // deletes all keys from the translateX channel
cutKey -t "15:25" pSphere1.tx pSphere1.ty // delete keys from translateX and translateY between frames 15 and 25
There are many more options. Here's the cutKey documantation
