Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subclass error #23

Open
RazwiMK opened this issue Jan 5, 2022 · 2 comments
Open

subclass error #23

RazwiMK opened this issue Jan 5, 2022 · 2 comments

Comments

@RazwiMK
Copy link

RazwiMK commented Jan 5, 2022

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
Copy link
Author

RazwiMK commented Jan 5, 2022

i cant able to enable the plugin

@Gh0StCK
Copy link

Gh0StCK commented Sep 27, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants