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:
authorAlan Odom <clockmender@icloud.com>2020-01-31 23:03:28 +0300
committerRune Morling <ermo.blender.org@spammesenseless.net>2020-02-01 18:44:11 +0300
commit730eb38bcd3bc2377341a6d92d45657ba5d95e6f (patch)
tree61f77b262191c44cf44f3c7620220e698978f710 /precision_drawing_tools/pdt_view.py
parent83ad65d377f9899f624277cc90dd838496f0e4f3 (diff)
PDT: Final Check Commit of v1.2.0 for Blender-2.82
This concludes the refactor of the functions and operations in v1.1.8. Overall, no significant new features were added, but several inaccuracies and corner cases were fixed during the refactor and docstring review.
Diffstat (limited to 'precision_drawing_tools/pdt_view.py')
-rw-r--r--precision_drawing_tools/pdt_view.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/precision_drawing_tools/pdt_view.py b/precision_drawing_tools/pdt_view.py
index e7fb87cc..b11a3f55 100644
--- a/precision_drawing_tools/pdt_view.py
+++ b/precision_drawing_tools/pdt_view.py
@@ -48,7 +48,7 @@ class PDT_OT_ViewRot(Operator):
Args:
context: Blender bpy.context instance.
- Notes:
+ Note:
Uses pg.rotation_coords scene variables
Returns:
@@ -82,7 +82,7 @@ class PDT_OT_ViewRotL(Operator):
Args:
context: Blender bpy.context instance.
- Notes:
+ Note:
Uses pg.vrotangle scene variable
Returns:
@@ -111,7 +111,7 @@ class PDT_OT_ViewRotR(Operator):
Args:
context: Blender bpy.context instance.
- Notes:
+ Note:
Uses pg.vrotangle scene variable
Returns:
@@ -140,7 +140,7 @@ class PDT_OT_ViewRotU(Operator):
Args:
context: Blender bpy.context instance.
- Notes:
+ Note:
Uses pg.vrotangle scene variable
Returns:
@@ -169,7 +169,7 @@ class PDT_OT_ViewRotD(Operator):
Args:
context: Blender bpy.context instance.
- Notes:
+ Note:
Uses pg.vrotangle scene variable
Returns:
@@ -198,7 +198,7 @@ class PDT_OT_ViewRoll(Operator):
Args:
context: Blender bpy.context instance.
- Notes:
+ Note:
Uses pg.vrotangle scene variable
Returns: