Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mesh_extra_tools/mesh_fastloop.py')
-rw-r--r--mesh_extra_tools/mesh_fastloop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_extra_tools/mesh_fastloop.py b/mesh_extra_tools/mesh_fastloop.py
index 0bfcc405..6fd08de2 100644
--- a/mesh_extra_tools/mesh_fastloop.py
+++ b/mesh_extra_tools/mesh_fastloop.py
@@ -68,7 +68,7 @@ class OBJECT_OT_FastLoop(Operator):
bl_description = ("Create multiple edge loops in succession\n"
"Runs modal until ESC is pressed twice")
- active = BoolProperty(
+ active: BoolProperty(
name="active",
default=False
)