global proc bakeAnimation() { for ($bone in `ls -sl`) { bakeResults -t (`playbackOptions -q -min` + ":" + `playbackOptions -q -max`) -sm true -hi both -at t -at r $bone ; } }