Funk_Wagnalls Posted April 28, 2016 Share Posted April 28, 2016 Oi m8s, There is this plugin, qLib, for H15; essentially a bunch of OPs that make everyone's life easier. Unfortunately I have not had the luxury of finding some half decent instructions. I am: Running Windows 7 Pro Houdini 15.0.416 (Apprentice) Maybe this is this issue? The instructions say to: << ### Installation The installation process involves two steps: **getting the contents** and **setting up the environment** for Houdini. There are two ways to get the contents of the library. You can download a compressed **archive file** or you can clone the official repository with **Git**. While installing from an archive may be a bit simpler, we highly recommend you to use **Git** since it gives you the additional benefits of **instant updates** and easy access to **older versions** and **development branches**. ### From Archive File Simply **download** the current version by pressing one of the download buttons and **unpack** it to the place where you want to install qLib. >> Very unclear, if anyone can help t'would be great. Quote Link to comment Share on other sites More sharing options...
f1480187 Posted April 28, 2016 Share Posted April 28, 2016 Unzip qLib somewhere. Add to $HOME\houdiniXX.Y\houdini.env file something like this: QLIB = your_install_dir/qLib-0.2.5 HOUDINI_GALLERY_PATH = &;$QLIB/gallery HOUDINI_OTLSCAN_PATH = &;$QLIB/otls/base;$QLIB/otls/future;$QLIB/otls/experimental HOUDINI_TOOLBAR_PATH = &;$QLIB/toolbar Create a new empty houdini.env file, if not exists, or append to paths, if you already have them modified. $HOME is a cool way to say "Documents" for Windows users. After that, Houdini should see qLib's operators, shelf and galleries. 4 Quote Link to comment Share on other sites More sharing options...
Funk_Wagnalls Posted April 29, 2016 Author Share Posted April 29, 2016 20 hours ago, f1480187 said: Unzip qLib somewhere. Add to $HOME\houdiniXX.Y\houdini.env file something like this: QLIB = your_install_dir/qLib-0.2.5 HOUDINI_GALLERY_PATH = &;$QLIB/gallery HOUDINI_OTLSCAN_PATH = &;$QLIB/otls/base;$QLIB/otls/future;$QLIB/otls/experimental HOUDINI_TOOLBAR_PATH = &;$QLIB/toolbar Create a new empty houdini.env file, if not exists, or append to paths, if you already have them modified. $HOME is a cool way to say "Documents" for Windows users. After that, Houdini should see qLib's operators, shelf and galleries. THANK YE SIR! T'worked, may ye live a long life upon the seas. You get: +4000 internet points. Quote Link to comment Share on other sites More sharing options...
riviera Posted August 21, 2016 Share Posted August 21, 2016 Hey man -- I think these very same instructions are described in the README file for qLib. Btw, please don't use the version 0.2.5, it's _very_ old -- use the "dev branch" thing. cheers Quote Link to comment Share on other sites More sharing options...
bonassus Posted September 22, 2017 Share Posted September 22, 2017 Thank you f1480187 your exaple worked for me. this was confusing for me. in fact the read me file has this: QLIB=<<path to qLib install>> QOTL=$QLIB/otls HOUDINI_OTLSCAN_PATH = $QOTL/base:$QOTL/future:$QOTL/experimental:@/otls HOUDINI_GALLERY_PATH = $QLIB/gallery:@/gallery HOUDINI_TOOLBAR_PATH = $QLIB/toolbar:@/toolbar HOUDINI_SCRIPT_PATH = $QLIB/scripts:@/scripts I did not know how to interpret this into what you provided. what is &; Is this hscript? thanks. Quote Link to comment Share on other sites More sharing options...
f1480187 Posted September 23, 2017 Share Posted September 23, 2017 Readme has instructions for unix machines. ; is a path separator on Windows & is a default path. Default for HOUDINI_OTLSCAN_PATH is "$HFS/houdini/otls", for example. You could use Houdini Command Line Tools and execute "hconfig" to check what is set for this machine, "hconfig -p" to see it in expanded form with helpful descriptions. "hconfig -h" for the help on the rest. Also: http://www.sidefx.com/docs/houdini/basics/config_env 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.