updated by_type to current workflow + added sv_to_ifc

This commit is contained in:
martinaCodes
2022-10-21 17:16:24 +02:00
parent 93b92dca9d
commit 720de2ffe5
4 changed files with 156 additions and 15 deletions
-1
View File
@@ -40,7 +40,6 @@ class SvIfcById(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.helper.SvIfcCo
def process(self):
self.ids = self.inputs["id"].sv_get()
print(self.ids)
self.file = SvIfcStore.get_file()
self.entities = [self.file.by_id(step_id) for step_id in self.ids]
self.outputs["Entities"].sv_set(self.entities)