]> git.tdb.fi Git - libs/gl.git/commit - blender/io_mspgl/export_scene.py
Replace the instance variables of exporters by function parameters
authorMikko Rasa <tdb@tdb.fi>
Wed, 13 Oct 2021 16:34:25 +0000 (19:34 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 13 Oct 2021 16:48:01 +0000 (19:48 +0300)
commitffeb9a14765703d3d2e73cec751f5099e0d4c341
treea53a5df73e069405798a80c59907474bc0cfb103
parented8e639ee3d03e6303df31e31625099e70f598a5
Replace the instance variables of exporters by function parameters

This is more flexible when exporting a lot of data.  In almost all cases
the variables were only used by the export_to_file function anyway.
blender/io_mspgl/export.py
blender/io_mspgl/export_animation.py
blender/io_mspgl/export_scene.py
blender/io_mspgl/operators.py