From 23aaddad16592192b586ad4e9a48ad8f7ae17fcc Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Fri, 20 Jul 2012 08:35:33 +0000 Subject: [PATCH] code cleanup: typo fix and remove unused import --- add_mesh_walls/Blocks.py | 2 +- space_view3d_enhanced_3d_cursor.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/add_mesh_walls/Blocks.py b/add_mesh_walls/Blocks.py index e599f829..36ef5c0f 100644 --- a/add_mesh_walls/Blocks.py +++ b/add_mesh_walls/Blocks.py @@ -240,7 +240,7 @@ def MakeABlock(bounds, segsize, vll=0, Offsets=None, FaceExclude=[], 6:right_top_back, 7:right_top_front, ] - FaceExclude: list of faces to exclude from the faces list. see bounds above for indicies + FaceExclude: list of faces to exclude from the faces list. see bounds above for indices xBevScl: how much to divide the end (+- x axis) bevel dimensions. Set to current average radius to compensate for angular distortion on curved blocks """ diff --git a/space_view3d_enhanced_3d_cursor.py b/space_view3d_enhanced_3d_cursor.py index 21ad2aa6..64816930 100644 --- a/space_view3d_enhanced_3d_cursor.py +++ b/space_view3d_enhanced_3d_cursor.py @@ -132,8 +132,7 @@ from mathutils.geometry import (intersect_line_sphere, intersect_line_plane, ) -from bpy_extras.view3d_utils import (region_2d_to_vector_3d, - region_2d_to_location_3d, +from bpy_extras.view3d_utils import (region_2d_to_location_3d, location_3d_to_region_2d, ) -- GitLab