fix [#36432] Exporting obj with normalmap creates opacity map in the mtl file instead
commit956f1792ecf0f939e9e6bd456e77ffb8a3287281
authorCampbell Barton <ideasman42@gmail.com>
Wed, 21 Aug 2013 08:21:01 +0000 (21 08:21 +0000)
committerCampbell Barton <ideasman42@gmail.com>
Wed, 21 Aug 2013 08:21:01 +0000 (21 08:21 +0000)
tree7c04299fe0b785d8999ccb3562fa5f26c99f0a95
parent3d9be8a8e47c992e6c2ef0ef3dbc79e20b4621e1
fix [#36432] Exporting obj with normalmap creates opacity map in the mtl file instead
- r3954/patch [#32914], introduced incorrect displacement map name, corrected.
- added support for reading displacement maps.
- remove checks that added alpha support for diffuce images, OBJ has alpha material settings for this.
io_scene_obj/export_obj.py
io_scene_obj/import_obj.py