Add panel to menu.py

Hi again

I have jet another silly problem.
I have created a panel that I want to add to the nuke.menu(‘Pane’)
and have it there whenever I start nuke. Unfortunately if I do it like I want it to be done so I make a panel.py and than import panel in menu.py nuke tells me that name ‘nukescripts’ is not defined.
But if I add the code from the panel.py to the menu.py directly it works like a charm.
Now is it possible to just import it as I don’t want to have my menu.py as clean as possible?
Hope someone knows how to battle it 🙂

No Responses to “Add panel to menu.py”

Post a Comment