mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 14:16:22 +00:00
Fix #1288 - error when importing consecutive files.
This commit is contained in:
@@ -4,6 +4,10 @@ from blenderbim.bim.ifc import IfcStore
|
||||
class Data:
|
||||
products = {}
|
||||
|
||||
@classmethod
|
||||
def purge(cls):
|
||||
cls.products = {}
|
||||
|
||||
@classmethod
|
||||
def load(cls, product_id):
|
||||
file = IfcStore.get_file()
|
||||
|
||||
Reference in New Issue
Block a user