From cd2d9df92577b860419c5b591b9bdd97eb70803d Mon Sep 17 00:00:00 2001 From: Julien Duroure Date: Fri, 21 Oct 2022 18:41:06 +0200 Subject: glTF importer: tweak vertex color import - The first imported one is now set as the rendered one - Color Attribute Node does no more specify the layer, so rendered one is used --- io_scene_gltf2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_scene_gltf2/__init__.py') diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index 6650f18d..d06b8b08 100755 --- a/io_scene_gltf2/__init__.py +++ b/io_scene_gltf2/__init__.py @@ -4,7 +4,7 @@ bl_info = { 'name': 'glTF 2.0 format', 'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors', - "version": (3, 4, 37), + "version": (3, 4, 38), 'blender': (3, 3, 0), 'location': 'File > Import-Export', 'description': 'Import-Export as glTF 2.0', -- cgit v1.2.3