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 'space_view3d_display_tools/selection_restrictor.py')
-rw-r--r--space_view3d_display_tools/selection_restrictor.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/space_view3d_display_tools/selection_restrictor.py b/space_view3d_display_tools/selection_restrictor.py
index 71561bfe..e5816409 100644
--- a/space_view3d_display_tools/selection_restrictor.py
+++ b/space_view3d_display_tools/selection_restrictor.py
@@ -190,7 +190,7 @@ class RestrictorShow(Operator):
bl_option = {'REGISTER', 'UNDO'}
bl_description = "Show/Hide Selection Restrictors"
- hide = StringProperty()
+ hide: StringProperty()
def execute(self, context):
global show
@@ -213,7 +213,7 @@ class IgnoreRestrictors(Operator):
bl_label = "Ignore Restrictor by Selected Objects"
bl_option = {'REGISTER', 'UNDO'}
bl_description = "Ignore or do not ignore Restrictor by selected objects"
- ignore = BoolProperty()
+ ignore: BoolProperty()
def execute(self, context):
if self.ignore is True:
@@ -237,7 +237,7 @@ class RestrictorMesh(Operator):
bl_label = "restrictor meshes"
bl_option = {'REGISTER', 'UNDO'}
bl_description = "Meshes selection restrictor"
- mesh = StringProperty()
+ mesh: StringProperty()
def execute(self, context):
global mesh