Hey,
I am trying to fix the problemd that prevent Renderman to work with Blender but I am stuck on this error:
Blockquote
Exception in module register(): C:\Users\Uedaki\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\RenderManForBlender-21_5_0_init_.py
Traceback (most recent call last):
File “P:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\modules\addon_utils.py”, line 384, in enable
mod.register()
File “C:\Users\Uedaki\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\RenderManForBlender-21_5_0_init_.py”, line 119, in register
load_addon()
File “C:\Users\Uedaki\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\RenderManForBlender-21_5_0_init_.py”, line 105, in load_addon
operators.register()
File “C:\Users\Uedaki\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\RenderManForBlender-21_5_0\operators.py”, line 1421, in register
bpy.types.TEXT_MT_toolbox.append(compile_shader_menu_func)
AttributeError: ‘RNA_Types’ object has no attribute ‘TEXT_MT_toolbox’
Blockquote
I searched in the 2.79 for this attribute but I cant find it and I dont know what I should put instead. Do you have any idea?