[Bf-extensions-cvs] [a6fef4b7] master: Cleanup: use annotation operator property

Jacques Lucke noreply at git.blender.org
Tue Apr 7 14:23:03 CEST 2020


Commit: a6fef4b74d2d2fca2edb8d8d340f8ad799c111f3
Author: Jacques Lucke
Date:   Tue Apr 7 14:21:40 2020 +0200
Branches: master
https://developer.blender.org/rBAa6fef4b74d2d2fca2edb8d8d340f8ad799c111f3

Cleanup: use annotation operator property

===================================================================

M	io_mesh_uv_layout/__init__.py

===================================================================

diff --git a/io_mesh_uv_layout/__init__.py b/io_mesh_uv_layout/__init__.py
index d82f879c..cfe4338e 100644
--- a/io_mesh_uv_layout/__init__.py
+++ b/io_mesh_uv_layout/__init__.py
@@ -70,7 +70,7 @@ class ExportUVLayout(bpy.types.Operator):
         description="Export all UVs in this mesh (not just visible ones)",
         default=False,
     )
-    check_existing = BoolProperty(
+    check_existing: BoolProperty(
         name="Check Existing",
         default=True,
         options={'HIDDEN'},



More information about the Bf-extensions-cvs mailing list