Hi,
Have you set the correct paths to the plugin? The houdini.env file must have in the PATH and HOUDINI_PATH variables the path to the plugin once extracted to your HD. Also be aware that you must use the correct plugin build for the Houdini version that you are using.
Also, be aware that you should not uncompress the plugin folders to the $HOME directory (your Documents/houdini16.5 folder). Now you have a lot of files inside that are hard to update and prone to errors. You should remove all the plugin files and folder from $HOME and write them to a custom directory, for example C:\OTOY
For example, if you are working with
Houdini 16.5.268 and you have your plugin uncompressed from the .zip file inside
C:\OTOY\Octane_3.08.0.0_Houdini_16.5.268_Win64 your houdini.env file should be:
Code: Select all
HOUDINI_DSO_ERROR = 2
PATH = "C:/OTOY/Octane_3.08.0.0_Houdini_16.5.268_Win64/bin;$PATH"
HOUDINI_PATH = "C:/OTOY/Octane_3.08.0.0_Houdini_16.5.268_Win64;&"
Hope this helps,
-Juanjo