Minor fix

This commit is contained in:
Dion Moult
2020-04-14 20:53:32 +10:00
parent 4e0347fb05
commit 66afa9872d
@@ -367,8 +367,6 @@ class IfcImporter():
def create_grids(self):
grids = self.file.by_type('IfcGrid')
if not grids:
return
for grid in grids:
collection = bpy.data.collections.new(self.get_name(grid))
self.project['blender'].children.link(collection)