[Draft] Remove AddPoint and DelPoint commands from UI

[Draft] Edit: Remove Bezcurve interface from Edit Ui


[Draft] Edit: cleanup


small improvement to tooltip
This commit is contained in:
carlopav
2020-02-12 23:05:12 +01:00
committed by Yorik van Havre
parent e79c1e6c99
commit 8fd55eb6ff
2 changed files with 9 additions and 19 deletions

View File

@@ -63,9 +63,8 @@ def get_draft_modification_commands():
"Draft_Trimex", "Draft_Join", "Draft_Split",
"Draft_Upgrade", "Draft_Downgrade", "Draft_Scale",
"Draft_Edit", "Draft_SubelementHighlight",
"Draft_WireToBSpline", "Draft_AddPoint",
"Draft_DelPoint", "Draft_Shape2DView",
"Draft_Draft2Sketch"]
"Draft_WireToBSpline", "Draft_Draft2Sketch",
"Draft_Shape2DView"]
lst += get_draft_array_commands()
lst += ["Draft_Clone",
"Draft_Drawing", "Draft_Mirror", "Draft_Stretch"]