v1.10.4
[1.10.4] Support for new Blender glTF exporter
Added
- Added support for the new attribute naming convention of color attributes in the Blender glTF exporter. The
_COLOR_N
attributes are now imported as color attributes if no attribute using theCOLOR_N
form is present in the glTF file. - Added support for import of
Vec3
color attributes in the glTF importer. The alpha channel will be set to1.0
in this case.