leukbaars / EasyBake

Texture baking UI for Blender
295 stars 25 forks source link

Collection baking broken #8

Open Lamoot opened 3 years ago

Lamoot commented 3 years ago

When trying to bake using the collections, I get the following error:

Traceback (most recent call last):
  File "blender-2.90.0/2.90/scripts/addons/EasyBake.py", line 356, in execute
    if context.scene.lowpoly.type == 'MESH':
AttributeError: 'Collection' object has no attribute 'type'

location: <unknown location>:-1

I'm using Blender 2.90.1 with the most recent version of the script, on Kubuntu 20.04. easybake_bug1

leukbaars commented 3 years ago

broken for me as well, should be easy fix. That's what I get for not testing enough

nothke commented 3 years ago

Bump. Still seems to be broken.

Lamoot commented 2 years ago

Bump Bump!

https://github.com/leukbaars/EasyBake/pull/15 fixes this issue.