mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 22:31:55 +00:00
Construction Type Browser, polishing of 2nd iteration (#2336)
* Polish a bit the type browser UI * Remove SELECT from type browser * model and geometry module tests fixed * Polishing of type authoring layout redesign * Further polishing of type authoring layout
This commit is contained in:
committed by
GitHub
parent
fa8fc161da
commit
4e5503002a
@@ -629,18 +629,6 @@ def i_display_the_construction_type_browser():
|
||||
bpy.ops.bim.display_constr_types("INVOKE_DEFAULT")
|
||||
|
||||
|
||||
@given("I preview only one asset on the construction type browser")
|
||||
@when("I preview only one asset on the construction type browser")
|
||||
def i_preview_one_construction_type():
|
||||
bpy.context.scene.BIMModelProperties.unfold_relating_types = False
|
||||
|
||||
|
||||
@given("I preview all available assets on the construction type browser")
|
||||
@when("I preview all available assets on the construction type browser")
|
||||
def i_preview_all_construction_types():
|
||||
bpy.context.scene.BIMModelProperties.unfold_relating_types = True
|
||||
|
||||
|
||||
@given("I add the construction type")
|
||||
@when("I add the construction type")
|
||||
def i_add_the_active_construction_type():
|
||||
|
||||
Reference in New Issue
Block a user