n00bish question

I have this:

myPanel = nuke.Panel("Input Panel")
myPanel.addSingleLineInput("Show: ", "")
userInput = nuke.getInput( 'Setup: ', 'Your Shot name' ).replace( ' ', '')

How do I tell nuke, that if the user hits Cancel, then ignore everything and 
run nuke normally without listening to the userInput value?



_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to