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>2019-12-30 17:43:35 +0300
committerRune Morling <ermo.blender.org@spammesenseless.net>2020-01-15 00:24:07 +0300
commit479531654816970b55be491ccd48b723c002c50f (patch)
tree1608819b679ef3acda8d40facbc12d0cf2b22d43 /precision_drawing_tools/pdt_msg_strings.py
parent0d57c62d6f7b8861c041cd910a5c7a893c47152f (diff)
PDT: Add features to Command Line
Add "Re-Run" button to repeat last command line input. Add "Maths Output" to take result of calculation when the `mo` command is used. Allow commas in maths operation so calls like `hypot(3,4)` can be used.
Diffstat (limited to 'precision_drawing_tools/pdt_msg_strings.py')
-rw-r--r--precision_drawing_tools/pdt_msg_strings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/precision_drawing_tools/pdt_msg_strings.py b/precision_drawing_tools/pdt_msg_strings.py
index 2c6cab25..72f55924 100644
--- a/precision_drawing_tools/pdt_msg_strings.py
+++ b/precision_drawing_tools/pdt_msg_strings.py
@@ -158,7 +158,8 @@ PDT_DES_LIBMATS = "Materials in Library"
PDT_DES_LIBMODE = "Library Mode"
PDT_DES_LIBSER = "Enter A Search String (Contained)"
PDT_DES_OBORDER = "Object Order to Lines"
-PDT_DES_VALIDLET = "Valid 1st letters; C D E G N P S V, Valid 2nd letters: A D I P"
+PDT_DES_VALIDLET = "Valid 1st letters; C D E G N P S V, Valid 2nd letters: A D I O P"
+PDT_DES_OUTPUT = "Output for Maths Operations"
PDT_DES_PPLOC = "Location of PivotPoint"
PDT_DES_PPSCALEFAC = "Scale Factors"
PDT_DES_PPSIZE = "Pivot Size Factor"