cgg-bern / quadwild-bimdf

QuadWild extended with BiMDF solver
GNU General Public License v3.0
47 stars 8 forks source link

Blender-plugins : Delete object in Blender gave warning. #11

Closed ZAQraven closed 1 year ago

ZAQraven commented 1 year ago

System Information Operating system: Linux-6.3.12-200.fc38.x86_64-x86_64-with-glibc2.37 64 Bits

Blender Version 3.6.0, branch: blender-v3.6-release, commit: 2023-06-27

QuadWild-BiMDF : (0.0.1) (2023-05-19)


While the addon is active. Blender sends a warning.

Traceback (most recent call last):
  File "/home/zaqraven/.config/blender/3.6/scripts/addons/quadwild-bimdf/__init__.py", line 276, in poll
    return obj.type == 'MESH'
AttributeError: 'NoneType' object has no attribute 'type'
mheistermann commented 1 year ago

Thanks for the bug report, fixed 👍