OpenSAGE / OpenSAGE.BlenderPlugin

A Westwood 3D Blender plugin. Imports & exports the W3D/W3X format to/from Blender.
https://opensage.github.io
GNU Lesser General Public License v3.0
51 stars 19 forks source link

Support multiple diffuse textures #32

Open Tarcontar opened 4 years ago

Tarcontar commented 4 years ago

At the moment the plugin does not support multiple diffuse textures defined in materials. (e.g. Texture_0 and Texture_1 defined in FxShader/ShaderMaterial). This is due to the fact, that the currently supported shader node setup for import and export via python looks sth like that:

image See https://docs.blender.org/manual/fr/dev/addons/import_export/io_node_shaders_info.html for more information.

Tarcontar commented 4 years ago

In w3x there might also be additional uv coordinates for the second texture.