Skip to content

Commit

Permalink
Add some warning log
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaillot committed Oct 23, 2023
1 parent a89a5d1 commit 8b7868f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openpype/hosts/nuke/api/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,10 @@ def add_rv_shortcut():
log.info("Adding Shortcut `{}` to `{}`".format(
'Open in RV',
rv_settings['rvnuke_open_in_rv_shortcut']))

else:
log.warning("Cant't set up rv nuke plugin")
else:
log.info('RV Nuke Plugin not activated')
def change_context_label():
menubar = nuke.menu("Nuke")
menu = menubar.findItem(MENU_LABEL)
Expand Down

0 comments on commit 8b7868f

Please sign in to comment.