Error Messages shown after loading my blend file.

Issue #1076 resolved
ByteC created an issue

Hi guys,

when I load a .blend filke created with build 47fcd0881d22, my console shows several errors. Any ideas?

Cheers,

Peter


Traceback (most recent call last):
File "C:\Users\Peter\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\NodePreview\display.py", line 354, in handler
node_converter.build_node_attributes_cache()
File "C:\Users\Peter\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\NodePreview\node_converter.py", line 106, in build_node_attributes_cache
if issubclass(getattr(bpy.types, type_str), bpy.types.ShaderNode):
RuntimeError: bpy.types.DAZ_UL_CustomMorphs subtype could not be generated, this is a bug!

Comments (6)

  1. ByteC reporter

    Blender 3.2.1, E-Cycles Build 7th July. And it happens in vanilla too. (Just checked)

    I got a bit more info:

    ERROR (bpy.rna): C:\Users\blender\git\blender-v320\blender.git\source\blender\python\intern\bpy_rna.c:7392 pyrna_srna_Subtype: failed to register 'DAZ_UL_CustomMorphs'
    TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
    Traceback (most recent call last):
    File "C:\Users\Peter\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\NodePreview\display.py", line 354, in handler
    node_converter.build_node_attributes_cache()
    File "C:\Users\Peter\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\NodePreview\node_converter.py", line 106, in build_node_attributes_cache
    if issubclass(getattr(bpy.types, type_str), bpy.types.ShaderNode):
    RuntimeError: bpy.types.DAZ_UL_CustomMorphs subtype could not be generated, this is a bug!

  2. Thomas Larsson repo owner

    In the last commit only alpha-numeric characters are used in UIList names. That removes my warnings at least.

  3. Log in to comment