mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
12 lines
258 B
Python
12 lines
258 B
Python
import nuke
|
|
from avalon.api import Session
|
|
|
|
from pype.nuke import lib
|
|
|
|
|
|
def install():
|
|
menubar = nuke.menu("Nuke")
|
|
menu = menubar.findItem(Session["AVALON_LABEL"])
|
|
|
|
menu.addSeparator()
|
|
menu.addCommand("Set colorspace...", lib.set_colorspace)
|