Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Duroure <julien.duroure@gmail.com>2022-10-21 19:41:06 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-10-21 19:41:06 +0300
commitcd2d9df92577b860419c5b591b9bdd97eb70803d (patch)
tree2190e10b15ed8e1d409a6899f10d0a7c3c8fe14a /io_scene_gltf2/__init__.py
parenta1706bd0f04b03ff3fcf52d81acc6e42b4ae96db (diff)
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
Diffstat (limited to 'io_scene_gltf2/__init__.py')
-rwxr-xr-xio_scene_gltf2/__init__.py2
1 files changed, 1 insertions, 1 deletions
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',