mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Add back separate 'Create...' menu entry
This commit is contained in:
parent
ccbd0c057d
commit
ac4bf97338
1 changed files with 10 additions and 1 deletions
|
|
@ -66,6 +66,14 @@ def install():
|
|||
|
||||
cmds.menuItem(divider=True)
|
||||
|
||||
cmds.menuItem(
|
||||
"Create...",
|
||||
command=lambda *args: host_tools.show_publisher(
|
||||
parent=parent_widget,
|
||||
tab="create"
|
||||
)
|
||||
)
|
||||
|
||||
cmds.menuItem(
|
||||
"Load...",
|
||||
command=lambda *args: host_tools.show_loader(
|
||||
|
|
@ -77,7 +85,8 @@ def install():
|
|||
cmds.menuItem(
|
||||
"Publish...",
|
||||
command=lambda *args: host_tools.show_publisher(
|
||||
parent=parent_widget
|
||||
parent=parent_widget,
|
||||
tab="publish"
|
||||
),
|
||||
image=pyblish_icon
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue