Message 1 of 1
bakeResults python usage questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am using the bakeResults command to bake animation for fbx export.
I've selected via python and ran this command:
cmds.bakeResults(hi=1, t=(startFrame,endFrame), simulation=True)
as well as not selecting objects and using this:
cmds.bakeResults(objA, objB, hi=1, t=(startFrame,endFrame), simulation=True)
No keys are being baked. In the interface, I cam selecting the blendshape channels in the channel box and baking them using the channel and driven object options in keys/bake animation.
The second thing I am doing is selecting a rootJoint and using keys/bake animation in the interface to bake all keys (though I just need transforms) on the hierarchy with below selected.
I'm trying to do these steps via python.
Thank you.
Adnan