Skip to content

Commit a5087be

Browse files
committed
2 parents 0699678 + 7a31704 commit a5087be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,4 +1034,4 @@ def unregister():
10341034
bpy.types.TOPBAR_MT_file_export.remove(menu_func_export)
10351035

10361036
for cls in classes:
1037-
bpy.utils.unregister_class(cls)
1037+
bpy.utils.unregister_class(cls)

0 commit comments

Comments
 (0)