diff --git a/src/ifcblenderexport/export.py b/src/ifcblenderexport/export.py index 662a5684de..8a81e6e872 100644 --- a/src/ifcblenderexport/export.py +++ b/src/ifcblenderexport/export.py @@ -575,7 +575,7 @@ class IfcExporter(): library['ifc'] = self.file.create_entity(library['class'], **library['attributes']) self.file.createIfcRelDeclares( ifcopenshell.guid.new(), self.owner_history, - library['attributes']['Name'], None, + None, None, self.ifc_parser.project['ifc'], [l['ifc'] for l in self.ifc_parser.libraries]) def create_map_conversion(self):