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:
Andrej730
2023-09-25 15:24:11 +05:00
parent e6019e8519
commit 2ebd00eea2
@@ -434,6 +434,11 @@ class BimToolUI:
add_layout_hotkey_operator(cls.layout, "Void", "A_O", "Toggle openings")
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
def draw_header_interface(cls):
cls.draw_type_selection_interface()