paulwinex / houdini_install_script

Auto install Houdini script for Windows and Linux
MIT License
33 stars 11 forks source link

Houdini Silent Install Script

What is it

Automatically (silent) downloads and installs latest Houdini build. Good solution for studio pipeline!

What does it do

How to

Start script with python in command line. Set USERNAME and PASSWORD of SideFx Site Account.

(linux)

python ./houdini_install.py -u myusername -p mypassword -i /opt/houdini

(windows start as admin!)

python c:\scripts\houdini_install.py -u myusername -p mypassword -i c:\software\houdini

Script will install houdini to folder _installationdir/build/

If last Houdini build is 16.5.123 HFS will be /opt/houdini/16.5.123 or c:\software\houdini\16.5.123

Flags

Requires

To install modules call command

pip install beautifulsoup4 requests

Tested on