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-08-06 13:02:33 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-08-06 13:02:33 +0300
commita24be9789174435fa723c4864969ad05a9fb5c01 (patch)
tree8f91a9ae931d3d4dc4a15b08c7319005889f107d /io_scene_gltf2/__init__.py
parent69b9725ba0f8d4b28da3e60e35b4bf009ff6583f (diff)
glTF: add operator descriptions in menu
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 865e3cd4..5b2b12ed 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, 3, 19),
+ "version": (3, 3, 20),
'blender': (3, 3, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',