Skip to content
Snippets Groups Projects
Commit d777821f authored by Campbell Barton's avatar Campbell Barton
Browse files

Fix T79532: Crash on undo after glTF import

parent 54c325fd
No related branches found
No related tags found
No related merge requests found
......@@ -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'})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment