We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Miscellaneous Houdini-related obscure tips and tricks.
The hconfig shell command can be used to get all the relevant information --
hconfig
hconfig -a
hconfig -H <variable>
To get a single text file with all variables' help text, use the following command line:
hconfig -a | awk '{ print "hconfig -H " }' | bash > houdini_variables_docs.txt