From 27d4fe6833531cec86d27032cfc24e3d510f1e8e Mon Sep 17 00:00:00 2001 From: Arvind R Date: Tue, 7 Apr 2020 21:16:10 +1000 Subject: Fix T75470: File overwrite warning for UV Layout export --- io_mesh_uv_layout/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'io_mesh_uv_layout') diff --git a/io_mesh_uv_layout/__init__.py b/io_mesh_uv_layout/__init__.py index 21b68c65..d82f879c 100644 --- a/io_mesh_uv_layout/__init__.py +++ b/io_mesh_uv_layout/__init__.py @@ -70,6 +70,11 @@ class ExportUVLayout(bpy.types.Operator): description="Export all UVs in this mesh (not just visible ones)", default=False, ) + check_existing = BoolProperty( + name="Check Existing", + default=True, + options={'HIDDEN'}, + ) modified: BoolProperty( name="Modified", description="Exports UVs from the modified mesh", -- cgit v1.2.3