HDA version based on Houdini version?

   1796   2   1
User Avatar
Member
26 posts
Joined: April 2009
Offline
Hey everyone!

Houdini 19 uses Python 3.7 (from 2.7 previously) which will require changing quite a bit of python code in existing HDAs.

Checking for the Python version inside of the HDA/SOP is cumbersome, so I was wondering if there is a way to tell an HDA to switch to a different version based on the Houdini version?

Or maybe another simple way that I'm not aware of?

Cheers!
-Sascha
User Avatar
Member
52 posts
Joined: June 2016
Offline
Hi,

maybe you should take a look to Houdini Packages

https://www.sidefx.com/docs/houdini/ref/plugins.html [www.sidefx.com]

You can probably setup and load hda libs according to Houdini versions
User Avatar
Member
7737 posts
Joined: Sept. 2011
Offline
There's always REZ, if you're feeling like you need package control over more than just houdini:

https://github.com/nerdvegas/rez [github.com]
  • Quick Links