BrendanParmer / NodeToPython

Convert Blender node groups to a Python add-on
MIT License
236 stars 21 forks source link

Does this need a custom node? #17

Closed Blender-zbq closed 1 year ago

Blender-zbq commented 1 year ago

Traceback (most recent call last): File "/Applications/Blender.app/Contents/Resources/3.3/scripts/modules/addon_utils.py", line 421, in disable mod.unregister() File "/Users/zhangbinqi/Library/Application Support/Blender/3.3/scripts/addons/node_to_python.py", line 464, in unregister bpy.utils.unregister_class(NodeToPython) RuntimeError: unregister_class(...):, missing bl_rna attribute from 'RNAMeta' instance (may not be registered)

BrendanParmer commented 1 year ago

Hi @Blender-zbq, what you were trying to accomplish when you got this error? Steps to reproduce it would be even better for helping me track down what caused this