Update IfcSverchok loading based on latest Sverchok master

This commit is contained in:
Dion Moult
2023-01-07 13:04:30 +11:00
parent 66ecb92cc2
commit 55036653df
2 changed files with 52 additions and 76 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ class SvIfcCreateEntity(
self.file,
ifc_class=self.ifc_class,
name=self.names[i][j],
description=self.descriptions[i][j],
#description=self.descriptions[i][j],
)
try:
for repr in self.representations[i][j]: