nuke: remove update template menu item

This commit is contained in:
Jakub Jezek 2022-12-22 11:45:38 +01:00
parent 95b15a9f00
commit 011cd8f2e4
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -217,10 +217,6 @@ def _install_menu():
"Build Workfile from template",
lambda: build_workfile_template()
)
menu_template.addCommand(
"Update Workfile",
lambda: update_workfile_template()
)
menu_template.addSeparator()
menu_template.addCommand(
"Create Place Holder",