[Bf-extensions-cvs] [5a82baa] master: Some minor spelling fixes.

Leon Zandman noreply at git.blender.org
Wed May 26 16:46:04 CEST 2021


Commit: 5a82baad9f986722104280e8354a4427d8e9eab1
Author: Leon Zandman
Date:   Wed May 26 10:45:21 2021 -0400
Branches: master
https://developer.blender.org/rBAC5a82baad9f986722104280e8354a4427d8e9eab1

Some minor spelling fixes.

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

M	exact_edit/xedit_free_rotate.py
M	exact_edit/xedit_set_meas.py
M	np_station/np_point_distance.py

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

diff --git a/exact_edit/xedit_free_rotate.py b/exact_edit/xedit_free_rotate.py
index 0a4d3be..1f4f305 100644
--- a/exact_edit/xedit_free_rotate.py
+++ b/exact_edit/xedit_free_rotate.py
@@ -1018,7 +1018,7 @@ def draw_callback_px(self, context):
         ms_colr = self.pts[self.pt_cnt].colr
 
     if self.grab_pt is not None:  # not enabled if mod_pt active
-        line_beg = pts2d[self.grab_pt]  # backup orignal co for move line
+        line_beg = pts2d[self.grab_pt]  # backup original co for move line
         pts2d[self.grab_pt] = None  # prevent check on grabbed pt
         closest_pt, self.overlap_idx = closest_to_point(self.mouse_co, pts2d)
         pts2d[self.grab_pt] = self.mouse_co
diff --git a/exact_edit/xedit_set_meas.py b/exact_edit/xedit_set_meas.py
index 9165ae3..f6326f2 100644
--- a/exact_edit/xedit_set_meas.py
+++ b/exact_edit/xedit_set_meas.py
@@ -1579,7 +1579,7 @@ def draw_callback_px(self, context):
     # note, can't chain above if-elif block in with one below as
     # it breaks axis lock drawing
     if self.grab_pt is not None:  # not enabled if mod_pt active
-        line_beg = pts2d[self.grab_pt]  # backup orignal co for move line
+        line_beg = pts2d[self.grab_pt]  # backup original co for move line
         pts2d[self.grab_pt] = None  # prevent check on grabbed pt
         closest_pt, self.overlap_idx = closest_to_point(self.mouse_co, pts2d)
         pts2d[self.grab_pt] = self.mouse_co
diff --git a/np_station/np_point_distance.py b/np_station/np_point_distance.py
index c3f339b..252a691 100644
--- a/np_station/np_point_distance.py
+++ b/np_station/np_point_distance.py
@@ -133,7 +133,7 @@ class NP020PD:
 # Defining the first of the classes from the macro, that will gather the
 # current system settings set by the user. Some of the system settings
 # will be changed during the process, and will be restored when macro has
-# completed. It also aquires the list of selected objects and storing them
+# completed. It also acquires the list of selected objects and storing them
 # for later re-call (the addon doesn't need them for operation):
 
 class NP020PDGetSelection(bpy.types.Operator):



More information about the Bf-extensions-cvs mailing list