mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Nuke: Creator depricated
This commit is contained in:
parent
bb3105cefb
commit
d8bda695ce
1 changed files with 5 additions and 0 deletions
|
|
@ -228,6 +228,11 @@ def _install_menu():
|
|||
)
|
||||
|
||||
menu.addSeparator()
|
||||
menu.addCommand(
|
||||
"Create... [depricated]",
|
||||
lambda: nuke.message(
|
||||
"New position is in \"Publish...\" and \"Create\" tab")
|
||||
)
|
||||
menu.addCommand(
|
||||
"Publish...",
|
||||
host_tools.show_publisher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue