[Bf-extensions-cvs] [d0f9f5a5] blender-v2.82-release: PDT: Trivial fixes to PDT Command Help

Alan Odom noreply at git.blender.org
Wed Feb 5 21:53:45 CET 2020


Commit: d0f9f5a5075e039b4294124dd78ccdce067e386d
Author: Alan Odom
Date:   Wed Feb 5 20:40:23 2020 +0000
Branches: blender-v2.82-release
https://developer.blender.org/rBAd0f9f5a5075e039b4294124dd78ccdce067e386d

PDT: Trivial fixes to PDT Command Help

Modified help information in PDT Command when user enters ?, or "help".
Added Wiki URL and some minor changes.

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

M	precision_drawing_tools/pdt_command.py

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

diff --git a/precision_drawing_tools/pdt_command.py b/precision_drawing_tools/pdt_command.py
index 8843b4ea..ad21680f 100644
--- a/precision_drawing_tools/pdt_command.py
+++ b/precision_drawing_tools/pdt_command.py
@@ -323,10 +323,10 @@ def pdt_help(self, context):
     label(text="C: Cursor (a, d, i, p)")
     label(text="D: Duplicate Geometry (d, i)")
     label(text="E: Extrude Geometry (d, i)")
-    label(text="F: Fillet (v, e)")
+    label(text="F: Fillet (v, e, i)")
     label(text="G: Grab (Move) (a, d, i, p)")
     label(text="N: New Vertex (a, d, i, p)")
-    label(text="M: Maths Functions (x, y, z, d, a, p)")
+    label(text="M: Maths Functions (a, d, p, o, x, y, z)")
     label(text="P: Pivot Point (a, d, i, p)")
     label(text="V: Extrude Vertice Only (a, d, i, p)")
     label(text="S: Split Edges (a, d, i, p)")
@@ -360,6 +360,9 @@ def pdt_help(self, context):
     label(text="'- Radius: 0.1 (float) -- the radius (or offset) of the bevel/fillet")
     label(text="'- Segments: 4 (int) -- choosing an even amount of segments gives better geometry")
     label(text="'- Profile: 0.5 (float[0.0;1.0]) -- 0.5 (default) yields a circular, convex shape")
+    label(text="")
+    label(text="More Information at:")
+    label(text="https://github.com/Clockmender/Precision-Drawing-Tools/wiki")
 
 
 def command_maths(context, mode, pg, expression, output_target):



More information about the Bf-extensions-cvs mailing list