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_brush_menus/brush_menu.py')
-rw-r--r--space_view3d_brush_menus/brush_menu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_brush_menus/brush_menu.py b/space_view3d_brush_menus/brush_menu.py
index 53df3b81..f8c46ba7 100644
--- a/space_view3d_brush_menus/brush_menu.py
+++ b/space_view3d_brush_menus/brush_menu.py
@@ -496,7 +496,7 @@ class FlipColorsAll(Operator):
bl_idname = "view3d.sv3_flip_colors_all"
bl_description = "Switch between Foreground and Background colors"
- is_tex = BoolProperty(
+ is_tex: BoolProperty(
default=False,
options={'HIDDEN'}
)