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>2019-01-27 20:08:29 +0300
committerJulien Duroure <julien.duroure@gmail.com>2019-01-27 20:08:29 +0300
commit682fffbaf195e3a7a4acaf25613706f1bc2c6729 (patch)
treea28e7178ae7c8412bb80ca531371cf464d35364a /io_scene_gltf2/io/imp
parentf7895ab2c945323c5572e761c99a19db788b7579 (diff)
glTF importer: Manage KHR_materials_unlit
Diffstat (limited to 'io_scene_gltf2/io/imp')
-rwxr-xr-xio_scene_gltf2/io/imp/gltf2_io_gltf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_scene_gltf2/io/imp/gltf2_io_gltf.py b/io_scene_gltf2/io/imp/gltf2_io_gltf.py
index 0078da96..a8ad176e 100755
--- a/io_scene_gltf2/io/imp/gltf2_io_gltf.py
+++ b/io_scene_gltf2/io/imp/gltf2_io_gltf.py
@@ -44,7 +44,8 @@ class glTFImporter():
# TODO: move to a com place?
self.extensions_managed = [
'KHR_materials_pbrSpecularGlossiness',
- 'KHR_lights_punctual'
+ 'KHR_lights_punctual',
+ 'KHR_materials_unlit'
]
# TODO : merge with io_constants