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-02-05 23:40:23 +0300
committerRune Morling <ermo.blender.org@spammesenseless.net>2020-02-05 23:53:22 +0300
commitd0f9f5a5075e039b4294124dd78ccdce067e386d (patch)
treed3b1ba8ab31e4a97cbe83337e33f1456d6de0c25 /precision_drawing_tools
parent90b46441d5e56777b871fdddcae4392379687b1d (diff)
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.
Diffstat (limited to 'precision_drawing_tools')
-rw-r--r--precision_drawing_tools/pdt_command.py7
1 files changed, 5 insertions, 2 deletions
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):