Hello,
in Houdini 15 I was using hou.ui.selectFile() dialog to get user's input and I would process it further in python.
I used the same function to let user select files or folders, based on the needs of a tool.
Now I updated to 16 and the function does not seem to enable user to select a folder, it works only with selecting a file.
Does anybody know if there is a way to select a folder in 16? I want to batch process files in a directory and I would like to use file browser dialog to let user set it.
In worst case I could use hou.ui.readInput(), and to ask user to enter a path there, but this is super user-unfriendly
Thanks,
Juraj