]> git.tdb.fi Git - libs/gl.git/commit
Always export texture data inline if there's no image file
authorMikko Rasa <tdb@tdb.fi>
Wed, 29 May 2019 17:17:56 +0000 (20:17 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 29 May 2019 17:17:56 +0000 (20:17 +0300)
commit5be6340cbd5da619db56e1658da56840fcfd6293
tree80a92d5d5bb3ed4ef2a041f1d220d6d35a9fffb0
parent405c00de24374c282adb1116551a833b8130d76d
Always export texture data inline if there's no image file

This allows exporting packed or baked textures.
blender/io_mspgl/export_material.py
blender/io_mspgl/export_texture.py
blender/io_mspgl/util.py