mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 12:12:15 +00:00
draw calculate_all_quantities hotkey in bim tool ui
hotkey was already there, it just wasn't added to UI https://i.imgur.com/nar5WYI.png
This commit is contained in:
@@ -434,6 +434,11 @@ class BimToolUI:
|
|||||||
add_layout_hotkey_operator(cls.layout, "Void", "A_O", "Toggle openings")
|
add_layout_hotkey_operator(cls.layout, "Void", "A_O", "Toggle openings")
|
||||||
add_layout_hotkey_operator(cls.layout, "Decomposition", "A_D", "Select decomposition")
|
add_layout_hotkey_operator(cls.layout, "Decomposition", "A_D", "Select decomposition")
|
||||||
|
|
||||||
|
cls.layout.separator()
|
||||||
|
add_layout_hotkey_operator(
|
||||||
|
cls.layout, "Calculate All Quantities", "S_Q", bpy.ops.bim.calculate_all_quantities.__doc__
|
||||||
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def draw_header_interface(cls):
|
def draw_header_interface(cls):
|
||||||
cls.draw_type_selection_interface()
|
cls.draw_type_selection_interface()
|
||||||
|
|||||||
Reference in New Issue
Block a user