I can't seem to figure out how to use a custom ocio config so I can enable the AGX in the ipr (Houdini 21, Octane 2025.4). Has anybody got any idea to enable this/ get this working? (I can only seem to find the LUT input, not a OCIO config.) Thanks!!!
I've also looked online at c4d or blender setups but haven't found a solution/ comparable setting and options in the Houdini UI that allow me to load a config in unfortunately. (Diving into Skientia files: https://gaussianspectrum.co/octanerender/aces , I also don't share the option to load a custom config like in the standalone version.)
AGX in Houdini?
Moderator: juanjgon
Hey there!
Not too difficult to get working.
You can do this by setting an OCIO variable either in the houdini.env or as a json file.
This is what I have done:
Make a new json file in the houdini21.0/packages folder.
Then call it ocio.json.
Inside put:
Now you also need to download a agx ocio config.
This should work:
https://github.com/sobotka/AgX/tree/main
Download and unzip the whole repo anywhere you want (I have mine at c:/OCIO) (you need both the config file and the luts folder in there).
Then replace the path/to/config with the path of that folder (make sure to use /or \\ as single \ will NOT work).
With that inplace you should be able to restart houdini and see your agx tonemapping options under the tonemapping tab of the octane render target/render setup.
Not too difficult to get working.
You can do this by setting an OCIO variable either in the houdini.env or as a json file.
This is what I have done:
Make a new json file in the houdini21.0/packages folder.
Then call it ocio.json.
Inside put:
Code: Select all
{
"enable" : true,
"show" : true,
"load_package_once" : true,
"env": [
{"OCIO" : "${path/to/ocio/config}"}
]
}This should work:
https://github.com/sobotka/AgX/tree/main
Download and unzip the whole repo anywhere you want (I have mine at c:/OCIO) (you need both the config file and the luts folder in there).
Then replace the path/to/config with the path of that folder (make sure to use /or \\ as single \ will NOT work).
With that inplace you should be able to restart houdini and see your agx tonemapping options under the tonemapping tab of the octane render target/render setup.
Happy Rendering!
Dom - Octane Houdini QA Engineer
Btw did you know Octane has a discord? https://discord.gg/F4WENTG
It's a great place to get very fast feedback or support from me and other Octane Houdini users.
I'd highly recommend it!
Dom - Octane Houdini QA Engineer
It's a great place to get very fast feedback or support from me and other Octane Houdini users.
I'd highly recommend it!

