]> git.tdb.fi Git - libs/gl.git/commit
Refactor scene data preparation to its own class
authorMikko Rasa <tdb@tdb.fi>
Fri, 16 Apr 2021 19:27:54 +0000 (22:27 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 17 Apr 2021 10:26:03 +0000 (13:26 +0300)
commit5590886411b5779a7e6aa6a5ffeda8db6c515a55
treeed0fa052ed84639b1f091c77835035c9e37bbae1
parent110fea79f097b01491962f3d64d2108c2996b1ea
Refactor scene data preparation to its own class

The visibility flags of all collections are now considered, rather than
just those of the direct children of the scene collection.
blender/io_mspgl/__init__.py
blender/io_mspgl/export_scene.py
blender/io_mspgl/scene.py [new file with mode: 0644]