Takanu / Capsule

(Blender 4.1) Universal batch export manager
https://takanu.itch.io/capsule-blender-addon
GNU General Public License v3.0
191 stars 12 forks source link

AttributeError: NoneType object has no attribute CAPCol #54

Open Phyksar opened 8 months ago

Phyksar commented 8 months ago

I get this error when toggling edit mode or when switching object selection.

Python: Traceback (most recent call last):
  File "C:\Users\Phyksar\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\Capsule\user_interface.py", line 604, in draw
    grp = entry.collection.CAPCol
AttributeError: 'NoneType' object has no attribute 'CAPCol'