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-09-23 09:02:46 +0300
committerJulien Duroure <julien.duroure@gmail.com>2020-09-23 09:02:46 +0300
commitfeca8c5289794a70bdd375be76fc4bc59d83c96b (patch)
treed24fbbf334d30e7fe58f00ce77cdd1c4ef492822 /io_scene_gltf2/__init__.py
parentf510c21650961d579f82352ee40b64bd4ddb7edd (diff)
glTF importer: import grayscale emissiveFactor as Emission Strength (new principled socket)
Diffstat (limited to 'io_scene_gltf2/__init__.py')
-rwxr-xr-xio_scene_gltf2/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index ab73a475..d6d44f11 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -15,8 +15,8 @@
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, 4, 31),
- 'blender': (2, 90, 0),
+ "version": (1, 4, 32),
+ 'blender': (2, 91, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',
'warning': '',