[Bf-extensions-cvs] [70fd63ad] master: curve_assign_shapekey: Fixed typo (bon -> box) in matchList item description

Shrinivas Kulkarni noreply at git.blender.org
Sat Oct 26 13:58:37 CEST 2019


Commit: 70fd63ad27c7787521fee9eea14d4045f0e089c4
Author: Shrinivas Kulkarni
Date:   Sat Oct 26 17:27:56 2019 +0530
Branches: master
https://developer.blender.org/rBA70fd63ad27c7787521fee9eea14d4045f0e089c4

curve_assign_shapekey: Fixed typo (bon -> box) in matchList item description

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

M	curve_assign_shapekey.py

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

diff --git a/curve_assign_shapekey.py b/curve_assign_shapekey.py
index 4a6ed0ca..54582c79 100644
--- a/curve_assign_shapekey.py
+++ b/curve_assign_shapekey.py
@@ -44,12 +44,12 @@ matchList = [('vCnt', 'Vertex Count', 'Match by vertex count'),
             ('bbHeight', 'Height', 'Match by bounding box height'), \
             ('bbWidth', 'Width', 'Match by bounding box width'),
             ('bbDepth', 'Depth', 'Match by bounding box depth'),
-            ('minX', 'Min X', 'Match by bounding bon Min X'),
-            ('maxX', 'Max X', 'Match by bounding bon Max X'),
-            ('minY', 'Min Y', 'Match by bounding bon Min Y'),
-            ('maxY', 'Max Y', 'Match by bounding bon Max Y'),
-            ('minZ', 'Min Z', 'Match by bounding bon Min Z'),
-            ('maxZ', 'Max Z', 'Match by bounding bon Max Z')]
+            ('minX', 'Min X', 'Match by bounding box Min X'),
+            ('maxX', 'Max X', 'Match by bounding box Max X'),
+            ('minY', 'Min Y', 'Match by bounding box Min Y'),
+            ('maxY', 'Max Y', 'Match by bounding box Max Y'),
+            ('minZ', 'Min Z', 'Match by bounding box Min Z'),
+            ('maxZ', 'Max Z', 'Match by bounding box Max Z')]
 
 DEF_ERR_MARGIN = 0.0001



More information about the Bf-extensions-cvs mailing list