Install HDA forever

   5578   8   2
User Avatar
Member
385 posts
Joined: July 2018
Offline
a simple question i thought i knew the answer to.
i have my own directory of hdas and i want all of them to load every time i start houdini.

Assets -> install asset library -> install library to -> scanned asset library directories

this does not work

do i really have to move everything in documents/houdini/otls ?
User Avatar
Staff
3455 posts
Joined: July 2005
Offline
you can use $HOUDINI_PATH

https://www.sidefx.com/docs/houdini/assets/install.html [www.sidefx.com]
Michael Goldfarb | www.odforce.net
Training Lead
SideFX
www.sidefx.com
User Avatar
Member
385 posts
Joined: July 2018
Offline
goldfarb
you can use $HOUDINI_PATH

https://www.sidefx.com/docs/houdini/assets/install.html [www.sidefx.com]

how does that work exactly? i just write in my env file:

HOUDINI_PATH = “CMY_HDAS_PATH;&”
User Avatar
Staff
3455 posts
Joined: July 2005
Offline
this might help
https://www.sidefx.com/docs/houdini/basics/config.html [www.sidefx.com]

and here is a discussion with some ideas
https://groups.google.com/forum/# [groups.google.com]!topic/xsi_list/HfKh5RcMBjM
Michael Goldfarb | www.odforce.net
Training Lead
SideFX
www.sidefx.com
User Avatar
Member
385 posts
Joined: July 2018
Offline
goldfarb
this might help
https://www.sidefx.com/docs/houdini/basics/config.html [www.sidefx.com]

and here is a discussion with some ideas
https://groups.google.com/forum/# [groups.google.com]!topic/xsi_list/HfKh5RcMBjM

thanks, i'll look into it

second link is not opening can you repost please?
User Avatar
Staff
3455 posts
Joined: July 2005
Offline
bah…stupid google…

https://groups.google.com/forum/#!topic/xsi_list/HfKh5RcMBjM
Edited by goldfarb - Aug. 9, 2019 16:45:37
Michael Goldfarb | www.odforce.net
Training Lead
SideFX
www.sidefx.com
User Avatar
Member
897 posts
Joined: July 2018
Offline
If you're using windows, place your hdas in this folder documents/houdinixx.x/otls/ where ‘xx.x’ is you houdini version, eg ‘17.5’.
B.Henriksson, DICE
User Avatar
Member
385 posts
Joined: July 2018
Offline
kahuna031
If you're using windows, place your hdas in this folder documents/houdinixx.x/otls/ where ‘xx.x’ is you houdini version, eg ‘17.5’.

yeah i know you can do it that way, but i was hoping to keep my hdas in their own directory and somehow tell houdini to load them every time by default.

i think that should be an option when you create a new asset or when you load one. maybe i'm missing something basic
User Avatar
Member
7758 posts
Joined: Sept. 2011
Online
papsphilip
kahuna031
If you're using windows, place your hdas in this folder documents/houdinixx.x/otls/ where ‘xx.x’ is you houdini version, eg ‘17.5’.

yeah i know you can do it that way, but i was hoping to keep my hdas in their own directory and somehow tell houdini to load them every time by default.

i think that should be an option when you create a new asset or when you load one. maybe i'm missing something basic

I keep my houdini library files in a central location on windows. I use C:\Users\Public\Documents\houdini. HDA files go in the otls folder below that, and toolbars in toolbar etc. In my houdini.env I have added that folder to the houdini path. Each location in the houdini path is a houdini file system. The hierarchy below folders in the houdini path mirror the Houdini install folder. For example if I want to add custom vex header files, they belong in vex/include below the folder in the houdini path. Any type of file or script or search path houdini uses can be augmented by mirroring the houdini file hierarchy.

Here is an excerpt of my houdini.env:

HOUDINI_PATH = "&"

# My config
PUBLIC_ROOT="C:/USERS/PUBLIC/DOCUME~1"
PUBLIC_HOUDINI="${PUBLIC_ROOT}/houdini"
HOUDINI_PATH="${PUBLIC_HOUDINI};${HOUDINI_PATH}"

# Game dev tools
GAME_DEV_ROOT="C:/USERS/PUBLIC/DOCUME~1/dev/GameDevelopmentToolset"
HOUDINI_PATH="${GAME_DEV_ROOT};${HOUDINI_PATH}"
Edited by jsmack - Aug. 10, 2019 15:14:39
  • Quick Links