Draft: add WorkingPlaneProxy button to the toolbar

We also rename it from `Draft_SetWorkingPlaneProxy`
to `Draft_WorkingPlaneProxy` as we want to indicate a new object
is created.
This commit is contained in:
vocx-fc
2020-03-05 20:14:44 -06:00
committed by Yorik van Havre
parent 824199c9b8
commit fd00904b9e
4 changed files with 452 additions and 10 deletions

View File

@@ -74,7 +74,8 @@ def get_draft_modification_commands():
"Separator",
"Draft_WireToBSpline", "Draft_Draft2Sketch",
"Separator",
"Draft_Shape2DView", "Draft_Drawing"]
"Draft_Shape2DView", "Draft_Drawing",
"Draft_WorkingPlaneProxy"]
return lst
@@ -97,7 +98,7 @@ def get_draft_utility_commands():
return ["Draft_Layer", "Draft_Heal", "Draft_FlipDimension",
"Draft_ToggleConstructionMode",
"Draft_ToggleContinueMode", "Draft_Edit",
"Draft_Slope", "Draft_SetWorkingPlaneProxy",
"Draft_Slope", "Draft_WorkingPlaneProxy",
"Draft_AddConstruction"]