specoolar / Blender-BakeLab2

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

Reset bakelab #30

Open ErfolgreichCharismatisch opened 1 year ago

ErfolgreichCharismatisch commented 1 year ago

Bakelab is stuck here after baking was interrupted. Restart, uninstall, reinstall, always the same image. How do I reset it?

Its saved within the blend file, other files work. Which temp files does it create and where?

SharedScreenshot

KaijuKoder commented 12 months ago

Found that if BakeLab2 crashes, press F3 (operator search), then try the various operators until you find one which gets you back to the front panel.

Gh0StCK commented 11 months ago

I found a manual solution to this problem if you can't solve it as described above. 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