Page 1 of 1

OSL nodes wont compile Blender 3.0 Test Build

Posted: Fri Jan 07, 2022 11:15 pm
by llennoco22
OctaneRenderâ„¢ for Blender 2021.1.1 - 25.0 [TEST] (Blender 3.0)

Existing OSL nodes work correctly, however you cant compile a new OSL tex node without getting the following error.

'''
Error: Python: Traceback (most recent call last):
File "C:\Program Files\BlenderOctane\3.0\scripts\addons\octane\nodes\base_osl.py", line 383, in invoke
node.compile_osl_node(self.report)
File "C:\Program Files\BlenderOctane\3.0\scripts\addons\octane\nodes\base_osl.py", line 340, in compile_osl_node
reply_data = OctaneClient().process_octane_node(octane_node)
File "C:\Program Files\BlenderOctane\3.0\scripts\addons\octane\core\client.py", line 69, in process_octane_node
reply_xml = octane_blender_client.process_octane_node(request_node.rpc_type, request_node.get_xml_data(), request_node.get_c_array_identifier_list())
NameError: name 'octane_blender_client' is not defined

location: <unknown location>:-1
'''

Re: OSL nodes wont compile Blender 3.0 Test Build

Posted: Sat Jan 08, 2022 6:32 pm
by llennoco22
The same error also occurs trying to use the OctaneProxy node.

Re: OSL nodes wont compile Blender 3.0 Test Build

Posted: Sat Jan 29, 2022 11:56 am
by linograndiotoy
I'll check that. Thanks for reporting it.

Re: OSL nodes wont compile Blender 3.0 Test Build

Posted: Thu Feb 10, 2022 7:58 pm
by linograndiotoy
We fixed that in the upcoming release.