In my $HOME/houdini5.5 directory I've created vex and shop directories with all the subdirectories and index files as it is shown in Shaders.fmk.pdf file.
Here is the layout of both directories as well as the first line of code in every index file to include all of Houdini's default operators and shaders.
$HOME/houdini5.5/vex/
Chop/
Cop/
Dialogs/Sop/
_______Pop/
_______Chop/
_______Cop/
Displacement/
Fog/
Light/
Mat/
Pop/
Shadow/
Sop/
Surface/
VEXchop include $HH/vex/VEXchop
VEXcop include $HH/vex/VEXcop
VEXpop include $HH/vex/VEXpop
VEXsop include $HH/vex/VEXsop
$HOME/houdini5.5/shop/
/displace
/fog
/light
/shadow
/surface
SHOPdisplace include $HH/shop/SHOPdisplace
SHOPfog include $HH/shop/SHOPfog
SHOPlight include $HH/shop/SHOPlight
SHOPshadow include $HH/shop/SHOPshadow
SHOPsurface include $HH/shop/SHOPsurface
Now!
When I start up Houdini, “Houdini console” pops up and number of warnings are being displayed.
Warning: can't find dialog script for operator include
etc for every index file respectively.
(Also! For some reason. Warnings for SHOP index files are being shown twice :shock: )
Could someone please tell me what I do wrong?!
Do I use a wrong sintax for index files or what?