From 682fffbaf195e3a7a4acaf25613706f1bc2c6729 Mon Sep 17 00:00:00 2001 From: Julien Duroure Date: Sun, 27 Jan 2019 18:08:29 +0100 Subject: glTF importer: Manage KHR_materials_unlit --- io_scene_gltf2/io/imp/gltf2_io_gltf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'io_scene_gltf2/io/imp') 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 -- cgit v1.2.3