[Bf-extensions-cvs] [bdf75cb2] master: Fix T98953: Typo in property name.

Thomas Dinges noreply at git.blender.org
Fri Jun 17 11:34:02 CEST 2022


Commit: bdf75cb276dfd3b5266c909de4c099c00c68a659
Author: Thomas Dinges
Date:   Fri Jun 17 11:33:32 2022 +0200
Branches: master
https://developer.blender.org/rBAbdf75cb276dfd3b5266c909de4c099c00c68a659

Fix T98953: Typo in property name.

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

M	object_boolean_tools.py

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

diff --git a/object_boolean_tools.py b/object_boolean_tools.py
index f95f19cc..149433ca 100644
--- a/object_boolean_tools.py
+++ b/object_boolean_tools.py
@@ -1090,7 +1090,7 @@ class PREFS_BoolTool_Props(AddonPreferences):
         "for a custom version that can optimize the visualization of Brushes",
     )
     use_wire: BoolProperty(
-        name="Display As Wirewrame",
+        name="Display As Wireframe",
         description="Display brush as wireframe instead of bounding box",
     )
     category: StringProperty(



More information about the Bf-extensions-cvs mailing list