Installing RPR for Houdini
Manual Installation
Add a new Houdini package with the following configuration json:
{
"env":
[
{"RPR":"path-to-the-package"},
{"HOUDINI_PATH":"$RPR/houdini"},
{"PATH":"$RPR/lib"},
{"PYTHONPATH":"$RPR/lib/python"}
]
}
Where path-to-the-package
depends on where do you unzip the hdRpr package and should point to the directory that contains INSTALL.md
, for instance:
{"RPR":"D:/AMD-RadeonProRender/Houdini/Installer"}
You can use the following resource to learn more: www.sidefx.com/docs/houdini/ref/plugins.html.
Automatic Installation
The activateHoudiniPlugin
executable can do the same for you automatically - it will try to find your Houdini preference dir and add the hdRpr package that will point to the current directory.