Skip to content

Fix Blender DAE exporter - files are unreadable by Assimp

Rafał Mikrut requested to merge github/fork/TheJosh/dae-exporter-assimp into master

Created by: TheJosh

Files produced by the blender dae exporter plugin are unreadable by the popular Assimp library.

Colours came though as 3x component instead of 4x component. If colours are in 3-component format, a fourth (alpha) component is silently added with a value of 1.0.

Index of refraction was in the wrong place, it's now inside the element.

Merge request reports