I just want to pop a 'hellow world' in a simple message box. Is there a builtin function to use now?
From an old post (How to popup simple message box from python console?), i have to create lines of coding to make a custom popup window class.
For example in nuke. i simply type :
nuke.message("test")
nuke.ask('test')