Assembly : fix bugs

This commit is contained in:
PaddleStroke
2024-01-29 15:57:34 +01:00
parent 32e654cb24
commit 906d0bb0cb
2 changed files with 44 additions and 15 deletions

View File

@@ -133,7 +133,7 @@ def getObject(full_name):
if linked_obj.TypeId == "PartDesign::Body":
if i + 1 < len(names):
obj2 = None
for obji in obj.OutList:
for obji in linked_obj.OutList:
if obji.Name == names[i + 1]:
obj2 = obji
break