]> git.tdb.fi Git - libs/gl.git/commit
Make resource handling in the Blender exporter more flexible
authorMikko Rasa <tdb@tdb.fi>
Thu, 16 May 2019 11:38:27 +0000 (14:38 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 16 May 2019 19:34:55 +0000 (22:34 +0300)
commit907a2aced4b7d70af6be0625632ba373c458f197
tree3b8fef022e80e9d22e24eade87ed9e03dc3c23a0
parent6ee541fd39de1e1368134cb8a98a14f2f5ddd767
Make resource handling in the Blender exporter more flexible

All resources are now collected into a dict and referenced or inlined as
necessary.  This makes it possible for SceneExporter to see the resources
used by objects and export them to the resource collection as separate
items.
blender/io_mspgl/datafile.py
blender/io_mspgl/export_mesh.py
blender/io_mspgl/export_object.py
blender/io_mspgl/export_scene.py
blender/io_mspgl/mesh.py