Update openpype/hosts/nuke/api/pipeline.py

Co-authored-by: Milan Kolar <mkolar@users.noreply.github.com>
This commit is contained in:
Jakub Ježek 2022-11-07 13:48:25 +01:00 committed by GitHub
parent ebb07f9284
commit bba88cad53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,7 +226,7 @@ def _install_menu():
menu.addSeparator()
menu.addCommand(
"Create... [depricated]",
"Create... [deprecated]",
lambda: nuke.message(
"New position is in \"Publish...\" and \"Create\" tab")
)