25.2 Blender plugin on Linux crashes
Posted: Wed Feb 16, 2022 3:01 pm
I installed the new version of the Octane Blender plugin (25.2) but I'm getting the following error...
Of course when I try to use Octane, Blender crashes...
I run both the server and Blender in their own terminals, in this case the server does not have any messages in it's terminal, error or otherwise. Maybe the wrong file was uploaded for Studio users?
Thanks,
Jason
Code: Select all
OctaneBlender Engine Init
Traceback (most recent call last):
File "/usr/local/OctaneBlender/3.0/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "/home/jason/.config/blender/3.0/scripts/addons/terrain_nodes/__init__.py", line 82, in <module>
NodeItem('TNODES_ND_vertex_data_output', 'Bake To Vertex'),
TypeError: __init__() takes 2 positional arguments but 3 were given
Clear Octane Resource Cache System
Octane: can't connect to Octane server.
Code: Select all
OctaneBlender Engine Create
Python: Traceback (most recent call last):
File "/usr/local/OctaneBlender/3.0/scripts/addons/octane/__init__.py", line 131, in view_update
engine.create(self, context.blend_data,
File "/usr/local/OctaneBlender/3.0/scripts/addons/octane/engine.py", line 67, in create
ocio.update_ocio_info()
File "/usr/local/OctaneBlender/3.0/scripts/addons/octane/utils/ocio.py", line 64, in update_ocio_info
ocio_intermediate_color_space_octane = preferences.rna_type.properties['ocio_intermediate_color_space_octane'].enum_items[preferences.ocio_intermediate_color_space_octane].value
AttributeError: 'NoneType' object has no attribute 'rna_type'
location: <unknown location>:-1
Writing: /tmp/blender.crash.txt
Segmentation fault (core dumped)
Thanks,
Jason