nuke.message

nuke.message(prompt) → None

Show an info dialog box. Pops up an info box (with a ‘i’ and the text message) and waits for the user to hit the OK button.

Parameters

prompt – Present user with this message.

Returns

None