mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Nuke: create opens to create tab
This commit is contained in:
parent
d185e0b48c
commit
93543a9736
1 changed files with 6 additions and 5 deletions
|
|
@ -226,15 +226,16 @@ def _install_menu():
|
|||
|
||||
menu.addSeparator()
|
||||
menu.addCommand(
|
||||
"Create... [deprecated]",
|
||||
lambda: nuke.message(
|
||||
"Creator has been moved, you'll find it "
|
||||
"in the Publish tool -> Create tab"
|
||||
"Create...",
|
||||
lambda: host_tools.show_publisher(
|
||||
tab="create"
|
||||
)
|
||||
)
|
||||
menu.addCommand(
|
||||
"Publish...",
|
||||
host_tools.show_publisher
|
||||
lambda: host_tools.show_publisher(
|
||||
tab="publish"
|
||||
)
|
||||
)
|
||||
menu.addCommand(
|
||||
"Load...",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue