Draft, Arch: group the array tools

This commit is contained in:
vocx-fc
2020-01-29 22:47:07 -06:00
committed by Yorik van Havre
parent db97daf0e0
commit adfc58580d
5 changed files with 60 additions and 5 deletions

View File

@@ -54,11 +54,7 @@ def get_draft_annotation_commands():
def get_draft_array_commands():
"""Return the array commands list."""
# After the array commands are grouped, return this
# return ["Draft_ArrayTools"]
return ["Draft_Array", "Draft_LinkArray",
"Draft_PolarArray", "Draft_CircularArray",
"Draft_PathArray", "Draft_PathLinkArray", "Draft_PointArray"]
return ["Draft_ArrayTools"]
def get_draft_modification_commands():