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:
-rw-r--r--precision_drawing_tools/pdt_command.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/precision_drawing_tools/pdt_command.py b/precision_drawing_tools/pdt_command.py
index d941dc2a..0776feb8 100644
--- a/precision_drawing_tools/pdt_command.py
+++ b/precision_drawing_tools/pdt_command.py
@@ -228,6 +228,7 @@ def command_run(self, context):
if operation == "M":
try:
command_maths(context, mode, pg, command[2:], mode)
+ return
except PDT_MathsError:
return