Schema versions are no longer locked to IFC4 and 2X3. You can now load express schemas at run time.

This commit is contained in:
Dion Moult
2022-01-10 10:45:46 +11:00
parent 6c991ed356
commit 43c74010a5
20 changed files with 282 additions and 14 deletions
@@ -0,0 +1,13 @@
@debug
Feature: Debug
Scenario: Select express file
Given an empty Blender session
When I press "bim.select_express_file(filepath='{cwd}/test/files/test.exp')"
Then nothing happens
Scenario: Parse express
Given an empty Blender session
And I press "bim.select_express_file(filepath='{cwd}/test/files/test.exp')"
When I press "bim.parse_express"
Then nothing happens