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>2018-12-01 08:04:52 +0300
committerJulien Duroure <julien.duroure@gmail.com>2018-12-01 08:04:52 +0300
commit40b00140cbf8a8ea06922d984787493062bce52b (patch)
treeb83b07000d9559a9e8d4296574915cad300f4423 /io_scene_gltf2/__init__.py
parent9a627ee667454ce92fbce908f887fe6577f0b297 (diff)
glTF : fixes for emission export, correction nodes for lights & camera
Diffstat (limited to 'io_scene_gltf2/__init__.py')
-rwxr-xr-xio_scene_gltf2/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index ad964dd7..27268bce 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -582,3 +582,4 @@ def unregister():
# remove from the export / import menu
bpy.types.TOPBAR_MT_file_export.remove(menu_func_export)
bpy.types.TOPBAR_MT_file_import.remove(menu_func_import)
+