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:
authorShrinivas Kulkarni <shrinivk@gmail.com>2019-10-26 14:57:56 +0300
committerShrinivas Kulkarni <shrinivk@gmail.com>2019-10-26 14:57:56 +0300
commit70fd63ad27c7787521fee9eea14d4045f0e089c4 (patch)
treeecd6ec776f561077c84ff29dbca9bf01202c9f18 /curve_assign_shapekey.py
parentb3330d2976e08c1f18dcf5fd91561478c9c1afd6 (diff)
curve_assign_shapekey: Fixed typo (bon -> box) in matchList item description
Diffstat (limited to 'curve_assign_shapekey.py')
-rw-r--r--curve_assign_shapekey.py12
1 files changed, 6 insertions, 6 deletions
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