]> git.tdb.fi Git - libs/gl.git/commit
Remove the compound property from exporter
authorMikko Rasa <tdb@tdb.fi>
Wed, 1 May 2019 09:07:52 +0000 (12:07 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 1 May 2019 09:17:43 +0000 (12:17 +0300)
commitd5b484e2aee6c485abd4d07631f6d863eaaa90a0
treec5349d727be3a62bc62a637bdbca62f26cd78f70
parent9d8e4aa5a9573b34fe06455af249c762433d47c0
Remove the compound property from exporter

It hasn't been very useful since objects got the compound with parent
property.  Removing it simplifies passing around the object to be
exported.
blender/io_mspgl/__init__.py
blender/io_mspgl/export_mesh.py
blender/io_mspgl/export_object.py
blender/io_mspgl/export_scene.py