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-04 10:27:36 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-10-04 10:27:36 +0300
commit70ee1a5b6600e9a5d33ee9d9c2f2e910c7c99301 (patch)
tree030275b116071a5faecf0f66202804a4344358dc /io_scene_gltf2/__init__.py
parent8466799187188e371080e0c4e46a9e3fe3a66d24 (diff)
glTF importer: Fix import SK when there is no target on all primitives
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 87645661..b355f372 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, 29),
+ "version": (3, 4, 30),
'blender': (3, 3, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',