mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 15:36:22 +00:00
Minor fix
This commit is contained in:
@@ -367,8 +367,6 @@ class IfcImporter():
|
|||||||
|
|
||||||
def create_grids(self):
|
def create_grids(self):
|
||||||
grids = self.file.by_type('IfcGrid')
|
grids = self.file.by_type('IfcGrid')
|
||||||
if not grids:
|
|
||||||
return
|
|
||||||
for grid in grids:
|
for grid in grids:
|
||||||
collection = bpy.data.collections.new(self.get_name(grid))
|
collection = bpy.data.collections.new(self.get_name(grid))
|
||||||
self.project['blender'].children.link(collection)
|
self.project['blender'].children.link(collection)
|
||||||
|
|||||||
Reference in New Issue
Block a user