Hello, I experiancing this bug with todays build for linux
V-Ray For Blender: Using "/usr/ChaosGroup/V-Ray/Standalone_for_linux_x64/opensl/stdosl.h" for stdosl path.
V-Ray For Blender: Parsing plugin descriptions... done [00:00.06]
V-Ray For Blender: vfb_load()
pyrna_srna_ExternalType: incorrect subclassing of SRNA 'AddonPreferences'
See bpy_types.py
<Expected! > : <class 'bpy_types.AddonPreferences'> ref:62 ptr:0x8da8548 type:RNAMeta
pyrna_srna_Subtype: error registering 'AddonPreferences'
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
Exception in module register(): '/usr/ChaosGroup/Blender 2.79 (With V-Ray Additions)/2.79/scripts/addons/vb30/__init__.py'
Traceback (most recent call last):
File "/usr/ChaosGroup/Blender 2.79 (With V-Ray Additions)/2.79/scripts/modules/addon_utils.py", line 350, in enable
mod.register()
File "/usr/ChaosGroup/Blender 2.79 (With V-Ray Additions)/2.79/scripts/addons/vb30/__init__.py", line 53, in register
plugins.register()
File "/usr/ChaosGroup/Blender 2.79 (With V-Ray Additions)/2.79/scripts/addons/vb30/plugins/__init__.py", line 854, in register
LoadPlugins(PLUGINS, PLUGINS_ID)
File "/usr/ChaosGroup/Blender 2.79 (With V-Ray Additions)/2.79/scripts/addons/vb30/plugins/__init__.py", line 127, in LoadPlugins
plugins.append(__import__(module_name))
File "/usr/ChaosGroup/Blender 2.79 (With V-Ray Additions)/2.79/scripts/addons/vb30/plugins/system/Exporter.py", line 64, in <module>
class VRayExporterPreferences(bpy.types.AddonPreferences ):
RuntimeError: bpy.types.AddonPreferences subtype could not be generated, this is a bug!
V-Ray For Blender: Using "/usr/ChaosGroup/V-Ray/Standalone_for_linux_x64/opensl/stdosl.h" for stdosl path.
V-Ray For Blender: Parsing plugin descriptions... done [00:00.06]
V-Ray For Blender: vfb_load()
pyrna_srna_ExternalType: incorrect subclassing of SRNA 'AddonPreferences'
See bpy_types.py
<Expected! > : <class 'bpy_types.AddonPreferences'> ref:62 ptr:0x8da8548 type:RNAMeta
pyrna_srna_Subtype: error registering 'AddonPreferences'
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
Exception in module register(): '/usr/ChaosGroup/Blender 2.79 (With V-Ray Additions)/2.79/scripts/addons/vb30/__init__.py'
Traceback (most recent call last):
File "/usr/ChaosGroup/Blender 2.79 (With V-Ray Additions)/2.79/scripts/modules/addon_utils.py", line 350, in enable
mod.register()
File "/usr/ChaosGroup/Blender 2.79 (With V-Ray Additions)/2.79/scripts/addons/vb30/__init__.py", line 53, in register
plugins.register()
File "/usr/ChaosGroup/Blender 2.79 (With V-Ray Additions)/2.79/scripts/addons/vb30/plugins/__init__.py", line 854, in register
LoadPlugins(PLUGINS, PLUGINS_ID)
File "/usr/ChaosGroup/Blender 2.79 (With V-Ray Additions)/2.79/scripts/addons/vb30/plugins/__init__.py", line 127, in LoadPlugins
plugins.append(__import__(module_name))
File "/usr/ChaosGroup/Blender 2.79 (With V-Ray Additions)/2.79/scripts/addons/vb30/plugins/system/Exporter.py", line 64, in <module>
class VRayExporterPreferences(bpy.types.AddonPreferences ):
RuntimeError: bpy.types.AddonPreferences subtype could not be generated, this is a bug!
Comment