specoolar / Blender-BakeLab2

Blender addon for baking images
GNU General Public License v3.0
308 stars 45 forks source link

subclass error #23

Open RazwiMK opened 2 years ago

RazwiMK commented 2 years ago

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.91\2.91\scripts\modules\addon_utils.py", line 382, in enable mod.register() File "C:\Users\Win 10\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Blender-BakeLab2-master__init__.py", line 248, in register bpy.utils.register_class(cls) ValueError: register_class(...): already registered as a subclass 'Baker'

RazwiMK commented 2 years ago

i cant able to enable the plugin

Gh0StCK commented 1 year ago

I found a manual solution to this problem. To reset BakeLab you need:

Go to the console (This is called Shift+F4) In it write props = C.scene.BakeLabProps. Then props.bake_state='NONE' It is all! If the visible window has not changed its status, simply temporarily change the tab to any other one, and then go back to BakeLab.

I made some fixes for this add-on here: https://github.com/Gh0StCK/BakeLabUpdates