Page 1 of 1
Bledner Octane 27.10 Missing OCIO Settings
Posted: Fri Feb 24, 2023 3:41 pm
by AlexeyAdamitsky
Just updated to 27.10 and I don't have OCIO settings available anymore. There is an error statement instead.

Re: Bledner Octane 27.10 Missing OCIO Settings
Posted: Wed Mar 01, 2023 8:11 am
by Flyx
Yes there is a bug in the python code for the UI.
You can fix it yourself if you feel confident enough, it's easy, go to "BlenderOctane\3.4\scripts\addons\octane" folder
Open the properties.py file in a, good, text editor, do a copy before in case it messed up.
Go to the ligne 537 and add text= right after the first parenthesis.
The line should go from :
box.row().label("Shared surface is not supported") to
box.row().label(text="Shared surface is not supported")
Take care to not touch any other things or change the spacing before the line, save and load blender, it should work now.
It looks like even if the UI is broken, it keep the previously added OCIO file if you had one.
Re: Bledner Octane 27.10 Missing OCIO Settings
Posted: Wed Mar 01, 2023 12:02 pm
by AlexeyAdamitsky
Yep, that fixed it. Thanks for the tip. I was pretty annoyed Octane released
stable version with such a bug where you can't control your OCIO. I'm also using AgX, by the way.

It's really good.
I can also confirm that my OCIO config worked as expected, even thought I couldn't access the settings.
Re: Bledner Octane 27.10 Missing OCIO Settings
Posted: Fri Mar 10, 2023 9:34 am
by linograndiotoy
Stable means not prone to crash. If some options are missing (and that's happening because we're basically rewriting mostly everything in preparation for the addon version) that will be fixed right away, just as it happened.