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:
Carlos Villagrasa
2022-08-10 13:23:13 +02:00
committed by GitHub
parent fa8fc161da
commit 4e5503002a
5 changed files with 16 additions and 29 deletions
-12
View File
@@ -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():