
Nicolas Heluani
Nicolas Heluani
About Me
VFX, Motion Graphics, fun in general.Freelance VFX Artist based in Reykjavik, Iceland.nicolasheluani@gmail.com
Houdini Engine
Availability
Not Specified
My Gallery
Recent Forum Posts
OCI Error 2025年2月11日20:45
SuolinIs basically the same thing, though packages are more convenient to set up environment as you can pick and choose different environment on start up. Check for packages on the houdini help.Nicolas Heluani
So After digging a bit more to solve the error you could use the ocio config file that comes with RMAN. You can do that by adding the folloring lines to the package json file:{ "OCIO": "c:/Program Files/pixar/RenderManProServer-26.2/lib/ocio/ACES-1.3/config.ocio" }
I tried to add the line in json file but it didn't work.
Then I add OCIO="c:/Program Files/pixar/RenderManProServer-26.2/lib/ocio/ACES-1.3/config.ocio" into houdini.env file which is under houdini20.5 directory, no error occurs anymore.
RMAN crashes houdini help browser 2024年12月17日0:28
When installing RfH the help browser crashes every time.
If using an external help browser it works fine though....
very strange no idea what could be causing it.
Anyone have experienced this too?
If using an external help browser it works fine though....
very strange no idea what could be causing it.
Anyone have experienced this too?
OCI Error 2024年12月16日19:18
So After digging a bit more to solve the error you could use the ocio config file that comes with RMAN. You can do that by adding the folloring lines to the package json file:
{
"OCIO": "c:/Program Files/pixar/RenderManProServer-26.2/lib/ocio/ACES-1.3/config.ocio"
}