Skip to content
Snippets Groups Projects
Commit 730eb38b authored by Alan Odom's avatar Alan Odom Committed by Rune Morling
Browse files

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.
parent 83ad65d3
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,11 @@ class PDT_OT_LineOnBisection(bpy.types.Operator):
def execute(self, context):
"""Computes Bisector of 2 Co-Planar Edges.
Note:
Requires an Active Object
Active Object must be Mesh type
Active Object must be in Edit Mode.
Args:
context: Blender bpy.context instance.
......
......@@ -73,7 +73,7 @@ class PDT_OT_Append(Operator):
Args:
context: Blender bpy.context instance.
Notes:
Note:
Uses pg.lib_objects, pg.lib_collections & pg.lib_materials
Returns:
......@@ -151,7 +151,7 @@ class PDT_OT_Link(Operator):
Args:
context: Blender bpy.context instance.
Notes:
Note:
Uses pg.lib_objects, pg.lib_collections & pg.lib_materials
Returns:
......
......@@ -142,7 +142,7 @@ class PDT_OT_ViewPlaneRotate(Operator):
Args:
context: Blender bpy.context instance.
Notes:
Note:
Uses pg.pivot_loc, pg.pivot_ang scene variables
Returns:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment