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.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 2b215fb1..6b433fcc 100644
--- a/precision_drawing_tools/pdt_command.py
+++ b/precision_drawing_tools/pdt_command.py
@@ -494,7 +494,7 @@ def command_run(self, context):
bmesh.update_edit_mesh(obj.data)
bm.select_history.clear()
# Direction/Polar Coordinates
- elif mode == "d":
+ elif mode == "i":
if len(vals) != 2:
pg.error = PDT_ERR_BAD2VALS
context.window_manager.popup_menu(oops, title="Error", icon="ERROR")