Revert "Merge branch 'falken10vdl-patch-2' into v0.8.0"

This reverts commit 979964f211, reversing
changes made to dbdde52435.
This commit is contained in:
Andrej730
2025-05-06 17:37:58 +05:00
parent 3ab1c2e0f9
commit 86476c6f4d
@@ -276,8 +276,6 @@ class ColourByProperty(Operator):
colourscheme = {cs.name: {"colour": cs.colour[0:3], "total": 0} for cs in props.colourscheme}
for obj in context.visible_objects:
if obj.type not in ("MESH", "CURVE"):
continue
element = tool.Ifc.get_entity(obj)
if not element:
continue