fragmentzero Posted July 21, 2014 Share Posted July 21, 2014 Hello, How can I set additional custom paths for shelf files? Right now all custom tools are stored at $HOME/houdini13.0/toolbar & packaged tools must be somewhere in $HFS. But I would like to setup a different location (let's say where I store all GitHub files), in addition to the custom path. How can I do that? I tried by adding setting $HOUDINI_TOOLBAR_PATH inside houdini.env file. But that overrides all other tool paths, and when I relaunch Houdini, there are basically no shelves there. How do you guys setup shelf deployment which also works with Perforce or other version control? Thanks Quote Link to comment Share on other sites More sharing options...
edward Posted July 22, 2014 Share Posted July 22, 2014 You should always have ;& included in your augmented environment variables, or else it doesn't carry forward the old default value. Quote Link to comment Share on other sites More sharing options...
fragmentzero Posted July 22, 2014 Author Share Posted July 22, 2014 Do you mean like below? HOUDINI_TOOLBAR_PATH = "D:/Houdini_Tools/Python/Shelves";& Thanks Quote Link to comment Share on other sites More sharing options...
edward Posted July 23, 2014 Share Posted July 23, 2014 Yes Quote Link to comment Share on other sites More sharing options...
fragmentzero Posted July 26, 2014 Author Share Posted July 26, 2014 After augmenting the variable like you mentioned, it keeps all default shelves. But it doesn't seem to scan shelves stored at new location. I added a shelf at new location but after relaunching it says "Cannot find the definition of the shelf ..." Also, where does Houdini store the info about newly added shelf. e.g. If you want to populate new shelves or new tools in those shelves based on some external pipeline tools, which config files are the ones to look into? Thanks Quote Link to comment Share on other sites More sharing options...
edward Posted July 26, 2014 Share Posted July 26, 2014 I would suggest adding some of your own shelves and shelf tools through the interface, and then examine the resulting files in your $HOME/houdini13.0/toolbar directory. 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.