len(get_inverse) -> get_total_inverses

This commit is contained in:
Andrej730
2025-02-24 11:34:47 +05:00
parent 6eda4e389c
commit 5eb9cb2ee4
17 changed files with 26 additions and 26 deletions
@@ -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()