]> git.tdb.fi Git - libs/gl.git/commit
Improve progress reporting in the Blender exporter
authorMikko Rasa <tdb@tdb.fi>
Sat, 4 May 2019 13:42:34 +0000 (16:42 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 4 May 2019 13:50:34 +0000 (16:50 +0300)
commitdc2e08621ad586663e4c11475f03886a91463907
tree8bfc72859002600a76b4d62e132d85b8ce9c1c20
parent211d5ec0e55778ab023b1bc6bb54e2c9afa7df0c
Improve progress reporting in the Blender exporter

Pushing and popping tasks now makes more sense.  The Progress object
always exists but it's possible to suppress reporting (see 9b57666) by
giving it a falsy context.  Progress reporting has been added to a few
places that previously lacked it.
blender/io_mspgl/export_mesh.py
blender/io_mspgl/export_scene.py
blender/io_mspgl/mesh.py
blender/io_mspgl/util.py