VerlSnake opened this issue on Nov 17, 2009 · 5 posts
VerlSnake posted Thu, 10 December 2009 at 8:36 PM
I have something rudimentary in place - having used the existing python script 'PythonposerscriptsRenderControlexport.py' as a blueprint ...
BUT: Multiframe Export doesn't seem to function from script:
When I call
myExportObject.Export('obj', 'File Format Wavefront', '/Keyframes/Keyframe.obj', exportOptions)
with
exportOptions[poser.kExOptCodeMULTIFRAME] = 0
then the current figure is output
When I call the same method with
exportOptions[poser.kExOptCodeMULTIFRAME] = 1
then NOTHING happens ...
My script IS actually cruising the keyframes of the current animation, but the Multiframe Export method is not working properly ... A known bug ?