What I'm trying to do is to add a path to the DSO search path.
I have new directory called: c

By default, Houdini is launched without setting the variable HOUDINI_DSO_PATH.
So in this case, the default value is : “@/dso_^;@/dso” which expands
to : “$HFS/houdini/dso”
On my system is : “C:\Program Files\Side Effects Software\Houdini
10.0.430\houdini\dso”
When I try to explicitly set the env variable to :
set HOUDINI_DSO_PATH=@/dso_^;@/dso;c:\my_dso
I get warnings on startup in the console window:
================================================
Warning: Bad operator type when binding handles: Object/path
Warning: Bad operator type when binding handles: Object/pathcv
Warning: Bad operator type when binding handles: Sop/platonic
Warning: Bad operator type when binding handles: Cop2/emboss
================================================
My DSO is loaded and is useable in the session, BUT I am now missing a
bunch of other nodes such as TimeBlend, and others…
Substituting forward or backslashes doesn't make a difference.
If I explicitly set it to : HOUDINI_DSO_PATH=@/dso_^;@/dso
then the warnings as well. (ie: missing op nodes in houdini)
Btw, I'm on windows xp64 and in our environment, we cannot copy files
to the program files\ install area, that's why I have a separate
directory for dso. This directory will ideally be on a shared
network directory, so $HOME is no ideal as well.
Thanks!
Markus