]> git.tdb.fi Git - libs/gl.git/commit
Add a Blender operator to export the entire project at once
authorMikko Rasa <tdb@tdb.fi>
Sat, 17 Apr 2021 19:06:07 +0000 (22:06 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 17 Apr 2021 22:10:56 +0000 (01:10 +0300)
commit7ae4af705535271ad84dbfe2b5a24bc9c546ae01
treeaa5fe807d7967c1c5e533683f57ae2d3c568879f
parent3b0cb993f410b05fc6309d41aa292f4e57c35519
Add a Blender operator to export the entire project at once

This also creates sequence templates including lights defined in the
scene(s).
blender/io_mspgl/__init__.py
blender/io_mspgl/export.py
blender/io_mspgl/export_light.py [new file with mode: 0644]
blender/io_mspgl/export_scene.py
blender/io_mspgl/properties.py
blender/io_mspgl/scene.py
blender/io_mspgl/util.py