Octane for Houdini Solaris plugin version:2023.1.3.1
I installed Houdini Solaris plugin by OctaneSolaris.json file:
Code: Select all
{
"enable" : true,
"env":
[
{
"OCTANE_AUTOSPAREPARAMS" :
{
"value": 1,
},
//location to your octane folder (example below)
"OCTVERSION": "D:/Octane_2023.1.3.1_Solaris_20.0.724_Studio+_Win64",
},
{
"HOUDINI_PATH" :
{
"value": "$OCTVERSION",
},
"PATH" :
{
"value": "$OCTVERSION/bin",
},
"PXR_PLUGINPATH_NAME" :
{
//if you have the Solaris version installed
"value": "D:/Octane_2023.1.3.1_Solaris_20.0.724_Studio+_Win64/dso/usd_plugins",
},
}
]
}
If I using "USD render ROP" node, "Render Delegate" switch to "Octane", then render to Disk, a error jumped out, it showed Unable to load render plugin: HdOctaneRendererPlugin.
Code: Select all
[08:58:57] Can't find Hydra plugin 'HdOctaneRendererPlugin'. Choose one of:
[08:58:57] - BRAY_HdKarma (Karma CPU)
[08:58:57] - BRAY_HdKarmaXPU (Karma XPU)
[08:58:57] - HD_HoudiniRendererPlugin (Houdini GL) - unsupported
[08:58:57] - HdOctaneRendererPlugin (Octane) - unsupported
[08:58:57] - HdStormRendererPlugin (GL) - unsupported
[08:58:57] Unable to load render plugin: HdOctaneRendererPlugin