OpenSAGE.BlenderPlugin icon indicating copy to clipboard operation
OpenSAGE.BlenderPlugin copied to clipboard

Support multiple diffuse textures

Open Tarcontar opened this issue 5 years ago • 1 comments

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 avatar Jan 18 '20 10:01 Tarcontar

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

Tarcontar avatar Jan 22 '20 21:01 Tarcontar