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-05-24 21:50:54 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-05-24 21:50:54 +0300
commit485b4ac5691cc6642c5bba72d9116b168cce0a85 (patch)
treebfc841a55611ce1544418d7af20c3efd5194894a /io_scene_gltf2/__init__.py
parent83fa6728e5cae857383a7bc0b4420f78f31ae1bc (diff)
glTF: use color attribute API instead of vertex color
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 f41a0add..cc102ffe 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, 2, 37),
+ "version": (3, 2, 38),
'blender': (3, 1, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',