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:
authorBrecht Van Lommel <brecht@blender.org>2022-01-05 17:27:33 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-01-05 17:46:41 +0300
commitd68dca98ce6705dd69285692f3cdc1dbf2213c1d (patch)
tree293ad05d82522964478ddacb22e56f831194043c /precision_drawing_tools/pdt_functions.py
parentb1cec919ec7d255c29d31bc21c91d98e0d118182 (diff)
Cleanup: fix typos in source code
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
Diffstat (limited to 'precision_drawing_tools/pdt_functions.py')
-rw-r--r--precision_drawing_tools/pdt_functions.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/precision_drawing_tools/pdt_functions.py b/precision_drawing_tools/pdt_functions.py
index fb73b765..e426e3fa 100644
--- a/precision_drawing_tools/pdt_functions.py
+++ b/precision_drawing_tools/pdt_functions.py
@@ -51,7 +51,7 @@ def debug(msg, prefix=""):
{prefix}{caller file name:line number}| {msg}
Args:
- msg: Incomming message to display
+ msg: Incoming message to display
prefix: Always Blank
Returns:
@@ -238,7 +238,7 @@ def view_coords(x_loc, y_loc, z_loc):
z_loc: Z coordinate from vector
Returns:
- Vector adjusted to View's Inverted Tranformation Matrix.
+ Vector adjusted to View's Inverted Transformation Matrix.
"""
areas = [a for a in bpy.context.screen.areas if a.type == "VIEW_3D"]
@@ -256,7 +256,7 @@ def view_coords_i(x_loc, y_loc, z_loc):
"""Converts Screen Oriented input Vector values to new World Vector.
Note:
- Converts View tranformation Matrix to Rotational Matrix
+ Converts View transformation Matrix to Rotational Matrix
Args:
x_loc: X coordinate from vector