If I use the following MEL command:

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 ;
    }
}
bakeAnimation()


It is able to bake in the channels at each frame and at the same time, 
changing those 'green' channels into 'red'. However the process does takes 
quite some time for it to finish iterating over it.

Even so, when using the same command but converted into Python, I am not 
getting the same results as compared to the MEL commands at all. 'Green' 
channels still remains as 'green'..

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/4489a9e1-25f3-4813-9fe0-ed6833137434%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to