Draft: move AddToGroup command to gui_groups module

This commit is contained in:
vocx-fc
2020-03-15 00:49:01 -06:00
committed by Yorik van Havre
parent 02189fa973
commit a0f9df523a
4 changed files with 132 additions and 45 deletions

View File

@@ -61,7 +61,8 @@ def get_draft_small_commands():
"""Return a list with only some utilities."""
return ["Draft_Layer",
"Draft_WorkingPlaneProxy",
"Draft_ToggleDisplayMode"]
"Draft_ToggleDisplayMode",
"Draft_AddToGroup"]
def get_draft_modification_commands():