Bledner Octane 27.10 Missing OCIO Settings

Sub forum for bug reports
Forum rules
Before posting a bug report, please check the following:
1. That the issue has not already been disclosed
2. That the issue is specific to this plugin, and not Octane in general (Try reproducing it in Standalone)
Bugs related to the Octane Engine itself should be posted into the Standalone Support sub-forum.


All bug reports should include the information below, along with a detailed description of the issue and steps to reproduce it.
A. Operating System, including version (i.e. Win 7, OSX 10.11.2, Ubuntu 14.04, etc.)
B. Graphics Card(s) model (i.e. GTX 580 - 3GB, TITAN, etc.)
C. RAM Capacity (i.e. 6 GB)
D. Nvidia driver version (i.e. 7.50, 7.5.22)
E. OctaneRender Standalone version, if installed (i.e. 2.24.2, 2.23, etc.)
F. OctaneRender plugin version (i.e. v2.25 - 2.21)
G. Host application version, including build number if available (i.e. 3ds Max 2016 Build 18.0)
Post Reply
AlexeyAdamitsky
Licensed Customer
Posts: 103
Joined: Fri Oct 18, 2019 4:43 pm

Just updated to 27.10 and I don't have OCIO settings available anymore. There is an error statement instead.

Image
User avatar
Flyx
Licensed Customer
Posts: 50
Joined: Fri May 28, 2010 4:29 pm

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")
Capture d'écran_20230301_084407.png
Take care to not touch any other things or change the spacing before the line, save and load blender, it should work now.
Capture d'écran_20230301_085006.png
It looks like even if the UI is broken, it keep the previously added OCIO file if you had one.
Win 11 64bits | Geforce 3090 RTX | RYZEN 9 5950X | 64GB
AlexeyAdamitsky
Licensed Customer
Posts: 103
Joined: Fri Oct 18, 2019 4:43 pm

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. :D It's really good.

I can also confirm that my OCIO config worked as expected, even thought I couldn't access the settings.
linograndiotoy
OctaneRender Team
Posts: 1354
Joined: Thu Feb 01, 2018 7:10 pm

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.
Post Reply

Return to “Bug Reports”