mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +00:00
len(get_inverse) -> get_total_inverses
This commit is contained in:
@@ -750,7 +750,7 @@ class LoadStructuralLoads(bpy.types.Operator):
|
||||
for structural_load in loads:
|
||||
if (
|
||||
names.count(structural_load.Name or "Unnamed") > 1
|
||||
and len(self.file.get_inverse(structural_load)) < 2
|
||||
and self.file.get_total_inverses(structural_load) < 2
|
||||
):
|
||||
continue
|
||||
new = props.structural_loads.add()
|
||||
|
||||
Reference in New Issue
Block a user