]> git.tdb.fi Git - libs/gl.git/commit
Move material and texture export to their own classes
authorMikko Rasa <tdb@tdb.fi>
Thu, 16 May 2019 15:58:55 +0000 (18:58 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 17 May 2019 22:10:27 +0000 (01:10 +0300)
commitea3e95735fcd9d6a80d23dbd90667eb2f1c95ef4
tree2520a2fac49319ed6c5c6ac78941b67643fe703f
parent907a2aced4b7d70af6be0625632ba373c458f197
Move material and texture export to their own classes

Also move technique properties from Object to Material.
blender/io_mspgl/__init__.py
blender/io_mspgl/datafile.py
blender/io_mspgl/export_material.py [new file with mode: 0644]
blender/io_mspgl/export_object.py
blender/io_mspgl/export_texture.py [new file with mode: 0644]
blender/io_mspgl/properties.py