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-03-15 00:32:37 +0300
committerRune Morling <ermo.blender.org@spammesenseless.net>2020-03-28 20:56:27 +0300
commitc06f76b0122cb8e952f0da06ff26cef261f3b698 (patch)
tree49906128eba8a0e2d1cbab42d9b647fa48fef5b8 /precision_drawing_tools
parentee577f162df26669b9851be64a2a9ace44917496 (diff)
PDT: Revise Docstrings
Made functions more understandable by improving DocStrings
Diffstat (limited to 'precision_drawing_tools')
-rw-r--r--precision_drawing_tools/pdt_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/precision_drawing_tools/pdt_command.py b/precision_drawing_tools/pdt_command.py
index fa7d43bf..0ae7e820 100644
--- a/precision_drawing_tools/pdt_command.py
+++ b/precision_drawing_tools/pdt_command.py
@@ -460,7 +460,7 @@ def command_parse(context):
obj_loc = obj.matrix_world.decompose()[0]
verts = []
else:
- if operation not in {"G"}:
+ if operation != "G":
pg.error = PDT_OBJ_MODE_ERROR
context.window_manager.popup_menu(oops, title="Error", icon="ERROR")
raise PDT_ObjectModeError