zglynn Posted April 3, 2010 Share Posted April 3, 2010 Hey everyone, This is probably pretty elementary, but I am writing a python script in Houdini and I want a prompt dialog window to pop up when I first run the script.I want the user to input some info that I can call into my script later on. Maya has a promptDialog() and a window() function. Is there an easy way to get a window to pop up in Houdini? -Zach Quote Link to comment Share on other sites More sharing options...
graham Posted April 3, 2010 Share Posted April 3, 2010 Take a look at hou.ui.readInput() and hou.ui.readMultiInput() Quote Link to comment Share on other sites More sharing options...
zglynn Posted April 3, 2010 Author Share Posted April 3, 2010 Thanks That's exactly what I needed! -Zach Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.