specoolar / Blender-BakeLab2

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

baking is stuck forever #13

Closed Willie2020 closed 2 years ago

Willie2020 commented 3 years ago

issuue

I tried baking multiple items and now it got suck even after saving the file

joshua-whitney commented 3 years ago

Same problem here!

claudiomarks commented 3 years ago

Same here, any solutions?

BjoernHund commented 3 years ago

@claudiomarks @joshua-whitney I had the same problem. Try to use the diffuse map, instead of the albedo map. That worked for me ;)

hitrpr commented 3 years ago

Same, after cancelling. Temp Solution: in the outliner, Blender API, Scene find Bakelab settins and switch state to none instead baking. 29361014

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:

  1. Go to the console (This is called Shift+F4)
  2. In it write: props = C.scene.BakeLabProps
  3. 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