]> git.tdb.fi Git - libs/gl.git/commit - blender/io_mspgl/export_scene.py
Recognize transparent materials in Blender and export them accordingly
authorMikko Rasa <tdb@tdb.fi>
Sat, 16 Oct 2021 10:11:49 +0000 (13:11 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 16 Oct 2021 16:03:00 +0000 (19:03 +0300)
commit9b371e56adc1d6be89f2d30881c3759a0d5f8eca
tree9150a87bc7255a6f1f915786fddd976504c91314
parent5b19e93f2eb5db3c97a17d63250716c26a01b53f
Recognize transparent materials in Blender and export them accordingly

Objects with transparency are exported into a separate, Z-sorted
sub-scene.
blender/io_mspgl/export_material.py
blender/io_mspgl/export_scene.py
blender/io_mspgl/material.py
blender/io_mspgl/scene.py