]> git.tdb.fi Git - libs/gl.git/commit
Make it possible to set up and export some common effects in Blender
authorMikko Rasa <tdb@tdb.fi>
Wed, 20 Oct 2021 12:04:44 +0000 (15:04 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 20 Oct 2021 12:04:44 +0000 (15:04 +0300)
commitb360bb3cdc7ea3f9f5aba94d11e4f9d4f90c42a7
tree9b3b21edc6ca5a51c63f591b2f576c588cc4e138
parentb7578c64755c203c1bbfbe539f29e68544dd1b17
Make it possible to set up and export some common effects in Blender

A sky effect can now be enabled in world properties.  If sky is enabled
and any materials use IBL, en environment map effect is added.  If any
lights have shadows enabled, a shadow map effect is exported.
blender/io_mspgl/export_scene.py
blender/io_mspgl/properties.py
blender/io_mspgl/scene.py