From d5c0d4b77c15002a7e15fbe3ee146def8d11cd27 Mon Sep 17 00:00:00 2001 From: Julien Duroure Date: Tue, 1 Dec 2020 20:52:55 +0100 Subject: glTF: implement occlusion strength (importer & exporter) --- io_scene_gltf2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_scene_gltf2/__init__.py') 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', -- cgit v1.2.3