This commit is contained in:
Andrej730
2026-03-12 20:19:34 +05:00
parent 71442bd4d4
commit 77697aeefc
13 changed files with 93 additions and 29 deletions
@@ -2142,6 +2142,7 @@ class LoadLinkedProject(bpy.types.Operator, ImportHelper):
if iterator.initialize():
while True: # Main loop.
shape = iterator.get()
assert isinstance(shape, W.TriangulationElement)
results.add(self.file.by_id(shape.id))
geometry = shape.geometry