Hello,
I'm using Vray4 houdini with a lot of fun in windows.
Now i'm switching to linux ubuntu and i'm trying to make vray work with houdini
I've houdini 18.0.348 on the last ubuntu 19
I've download the last nightly build for vray . The installer one for linux.
The install is fine.
the i create a Json to put on packages folder with this inside
{
"env": [
{ "INSTALL_ROOT" : "/usr/ChaosGroup/V-Ray/Houdini_18.0.287" },
{ "VRAY_APPSDK" : "${INSTALL_ROOT}/appsdk" },
{ "VRAY_OSL_PATH" : "${INSTALL_ROOT}/appsdk/bin" },
{ "VRAY_UI_DS_PATH" : "${INSTALL_ROOT}/ui" },
{ "VFH_HOME" : "${INSTALL_ROOT}/vfh_home" },
{ "PATH" : [
"${VRAY_APPSDK}/bin",
"${VFH_HOME}/bin"
] },
{ "HOUDINI13_VOLUME_COMPATIBILITY" : 1 },
{ "HDF5_DISABLE_VERSION_CHECK" : 1 }
],
"path" : [
"${VFH_HOME}"
]
}
i have acces to all Vray magic nodes and everything. I'm happy unlees i hit render.
It's just crash houdini.
can you help me ?
I'm using Vray4 houdini with a lot of fun in windows.
Now i'm switching to linux ubuntu and i'm trying to make vray work with houdini
I've houdini 18.0.348 on the last ubuntu 19
I've download the last nightly build for vray . The installer one for linux.
The install is fine.
the i create a Json to put on packages folder with this inside
{
"env": [
{ "INSTALL_ROOT" : "/usr/ChaosGroup/V-Ray/Houdini_18.0.287" },
{ "VRAY_APPSDK" : "${INSTALL_ROOT}/appsdk" },
{ "VRAY_OSL_PATH" : "${INSTALL_ROOT}/appsdk/bin" },
{ "VRAY_UI_DS_PATH" : "${INSTALL_ROOT}/ui" },
{ "VFH_HOME" : "${INSTALL_ROOT}/vfh_home" },
{ "PATH" : [
"${VRAY_APPSDK}/bin",
"${VFH_HOME}/bin"
] },
{ "HOUDINI13_VOLUME_COMPATIBILITY" : 1 },
{ "HDF5_DISABLE_VERSION_CHECK" : 1 }
],
"path" : [
"${VFH_HOME}"
]
}
i have acces to all Vray magic nodes and everything. I'm happy unlees i hit render.
It's just crash houdini.
can you help me ?
Comment