mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
adding empty lines
This commit is contained in:
parent
0a9e8265ed
commit
c99b5fdb23
2 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,6 @@ def _install_menu():
|
|||
menubar = nuke.menu("Nuke")
|
||||
menu = menubar.addMenu(MENU_LABEL)
|
||||
|
||||
|
||||
if not ASSIST:
|
||||
label = "{0}, {1}".format(
|
||||
os.environ["AVALON_ASSET"], os.environ["AVALON_TASK"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
from openpype.lib import PreLaunchHook
|
||||
|
||||
|
||||
class PrelaunchNukeAssistHook(PreLaunchHook):
|
||||
"""
|
||||
Adding flag when nukeassist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue