Hi all
I'm integrating houdini6 - linux and renderman, now i can render with houdini, but i don't have dialogs for my own shaders.
For the dialogs i've looked in the help and a few tutorials and i tried the next:
I have my shaders for example in: /usr/local/lib/shaders/surface, /usr/local/lib/shaders/displacement,
/usr/local/lib/shaders/light and /usr/local/lib/shaders/volumetric
I tried to generate the dialogs for example for surface shaders:
rmands -d /home/pablo/houdini6/config/Scripts /usr/local/lib/shaders/surface/*.slo
With this i get a file, with the same name of the shader but without the .slo extension, for every shader. These files are the dialogs.
In the manual is said that this command generates for example a RMshader.ds (depending of the shader type), where all the dialogs are concatenated. For me it couldn't generates this file, instead it generates a dialog for every shader in the shader derectory(these files doesn't have any extension), don't save it in my config/Scripts directory.
This is the first problem.
With this dialogs generated i tried to move it to my $HOME/houdini6/config/Scripts and to $HFS/houdini/config/Scripts, reboot houdini but there aren't any dialog for my shaders, only for the standars.
I tried to concatenate the generated dialogs to the RMshader.ds file in $HFS/houdini/config/Scripts too, but the result is the same.
The third problem is that there isn't any help for the rmands commands, the manual doesn't explain the different parameters and their functionality, only a brief exlanation about the -p and -d parameters.
I tried the -c option too,with the command listed above, but i get the next error:
Invalid file extension for -c
must be either .slo, .vma or .via
So my questions are: how can i generate my dialogs correctly?, where i must put this dialogs in order that houdini can use them?, what are the differents parameters and options that rmands support?
Thanks