Arch: IFC import, fix regression included with 2bf5d62e
This commit is contained in:
@@ -410,6 +410,7 @@ def getColorFromStyledItem(styled_item):
|
||||
if rgb_color is not None:
|
||||
col = [rgb_color.Red, rgb_color.Green, rgb_color.Blue]
|
||||
col.append(int(transparency) if transparency else 0)
|
||||
col = tuple(col)
|
||||
# print(col)
|
||||
else:
|
||||
col = None
|
||||
|
||||
Reference in New Issue
Block a user