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.
This commit is contained in:
Alan Odom 2020-01-31 20:03:28 +00:00 committed by Rune Morling
parent 83ad65d377
commit 730eb38bcd
4 changed files with 14 additions and 9 deletions

View File

@ -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.

View File

@ -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:

View File

@ -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:

View File

@ -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: