mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
added example tool into experimental tools
This commit is contained in:
parent
de9f0f7fa4
commit
ee443cb735
1 changed files with 10 additions and 0 deletions
|
|
@ -46,6 +46,15 @@ def deferred():
|
|||
)
|
||||
)
|
||||
|
||||
def add_experimental_item():
|
||||
cmds.menuItem(
|
||||
"Experimental tools...",
|
||||
parent=pipeline._menu,
|
||||
command=lambda *args: host_tools.show_experimental_tools_dialog(
|
||||
pipeline._parent
|
||||
)
|
||||
)
|
||||
|
||||
def modify_workfiles():
|
||||
# Find the pipeline menu
|
||||
top_menu = _get_menu()
|
||||
|
|
@ -103,6 +112,7 @@ def deferred():
|
|||
|
||||
add_build_workfiles_item()
|
||||
add_look_assigner_item()
|
||||
add_experimental_item()
|
||||
modify_workfiles()
|
||||
remove_project_manager()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue