Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xDUDSSx committed Feb 7, 2022
1 parent 085f61f commit fbec198
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ExportUVLayoutExtended/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ def register():
bpy.utils.register_class(ExportUVLayoutExtended)

Scene.export_uv_layout_extended_data = bpy.props.PointerProperty(type=ExportUVLayoutExtendedData)
del bpy.context.scene['export_uv_layout_extended_data'] # Reset to defaults after restart

bpy.types.IMAGE_MT_uvs.append(menu_func)

Expand Down
1 change: 0 additions & 1 deletion export_uv_layout_extended.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ def register():
bpy.utils.register_class(ExportUVLayoutExtended)

Scene.export_uv_layout_extended_data = bpy.props.PointerProperty(type=ExportUVLayoutExtendedData)
del bpy.context.scene['export_uv_layout_extended_data'] # Reset to defaults after restart

bpy.types.IMAGE_MT_uvs.append(menu_func)

Expand Down

0 comments on commit fbec198

Please sign in to comment.