Search the Community
Showing results for tags 'folders'.
-
Does any one know what to set on my HOUDINI_PATH environment variable so that I can change the presets folder location? Lets say I have my presets folder in D:/stuff/presets, what would be the correct path? I've tried adding HOUDINI_PATH = "D:/stuff/presets";$HOUDINI_PATH;& in the houdini.env file, but it is ignored. I've seen a few topics about this subject but nothing conclusive yet...
- 2 replies
-
- houdini.env
- environment variables
-
(and 4 more)
Tagged with:
-
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