OSL nodes wont compile Blender 3.0 Test Build
Posted: Fri Jan 07, 2022 11:15 pm
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
'''
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
'''