
Nicolas Heluani
Nicolas Heluani
About Me
VFX, Motion Graphics, fun in general.Freelance VFX Artist based in Reykjavik, Iceland.nicolasheluani@gmail.com
Houdini Skills
Availability
Not Specified
My Gallery
Recent Forum Posts
OCI Error Feb. 11, 2025, 8:45 p.m.
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 Dec. 17, 2024, 12:28 a.m.
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 Dec. 16, 2024, 7:18 p.m.
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"
}