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:
authorCampbell Barton <ideasman42@gmail.com>2020-08-05 04:37:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-05 04:37:53 +0300
commit729318568277333a939df6b9710c5356d8be79e0 (patch)
tree063b2e634a2e292512d0e6046c4cc9e9d3375065
parent7ec0ca45acc2c38deb8977807e4fba9a7fc30412 (diff)
parentd777821fd6ad33be4c8bdf8dbedb28827f57caa5 (diff)
Merge branch 'blender-v2.90-release' into master
-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 7199ea6a..970e5f73 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -844,6 +844,7 @@ class ImportGLTF2(Operator, ImportHelper):
"""Load a glTF 2.0 file"""
bl_idname = 'import_scene.gltf'
bl_label = 'Import glTF 2.0'
+ bl_options = {'REGISTER', 'UNDO'}
filter_glob: StringProperty(default="*.glb;*.gltf", options={'HIDDEN'})