Draft: Added LayerManager command from BIM

This commit is contained in:
Yorik van Havre
2023-03-09 14:26:09 +01:00
parent a72ca7f424
commit 66405dc50d
5 changed files with 1057 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ def get_draft_utility_commands_menu():
"Draft_ApplyStyle",
"Separator",
"Draft_Layer",
"Draft_LayerManager",
"Draft_AddNamedGroup",
"Draft_AddToGroup",
"Draft_SelectGroup",
@@ -130,7 +131,7 @@ def get_draft_utility_commands_menu():
def get_draft_utility_commands_toolbar():
"""Return the utility commands list for the toolbar."""
return ["Draft_Layer",
return ["Draft_LayerManager",
"Draft_AddNamedGroup",
"Draft_AddToGroup",
"Draft_SelectGroup",