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>2020-12-01 22:52:55 +0300
committerJulien Duroure <julien.duroure@gmail.com>2020-12-01 22:52:55 +0300
commitd5c0d4b77c15002a7e15fbe3ee146def8d11cd27 (patch)
treedaa80929484bb1eaf8d92a6c53ab4cc6820ec438 /io_scene_gltf2/__init__.py
parent008bcf44ef35726f4c1373e46b4dd6e3a5a069e2 (diff)
glTF: implement occlusion strength (importer & exporter)
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 a7c1da18..eec978a3 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -15,7 +15,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": (1, 5, 5),
+ "version": (1, 5, 6),
'blender': (2, 91, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',