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-03-29 18:44:36 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-03-29 18:44:36 +0300
commit564fdcdf7159013bc7087c9d12f2a034cfa3a945 (patch)
tree8ef27661b4c019c7a6ad9a6b2d4ac075531b9b79 /io_scene_gltf2/__init__.py
parent1d5c8b54ee99433ff5c3ef416f1f9bc1fd8780ef (diff)
glTF exporter: Manage skinning when some vertices are not weights at all
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 11dbdce6..4ff7ff69 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, 16),
+ "version": (3, 2, 17),
'blender': (3, 1, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',