Run black

This commit is contained in:
Dion Moult
2022-07-06 18:29:22 +10:00
parent 084823164e
commit 7eac5397cd
25 changed files with 134 additions and 111 deletions
@@ -732,7 +732,7 @@ class ToggleLinkVisibility(bpy.types.Operator):
def toggle_wireframe(self, link):
objs = filter(lambda obj: "IfcOpeningElement" not in obj.name, link.collection.all_objects)
for i,obj in enumerate(objs):
for i, obj in enumerate(objs):
if i == 0:
if obj.display_type == "WIRE":
display_type = "TEXTURED"