mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Minor fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user