I create a custom panel using nukescripts.PythonPanel. class mypanel(nukescripts.PythonPanel): <code>
then calling : x=mypanel() x.show() I want to add an 'exit' button to the panel. i tried using pythonscript button, but then i don't know what python code to use to kill the panel. I tried something like kill() or close() which didn't work. Anyone can help ? THanx
_______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
