mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Fix #2505. Missing rotate button in UI.
This commit is contained in:
@@ -151,6 +151,10 @@ class BimToolUI:
|
|||||||
row.operator("bim.hotkey", text="Split").hotkey = "S_S"
|
row.operator("bim.hotkey", text="Split").hotkey = "S_S"
|
||||||
row = cls.layout.row(align=True)
|
row = cls.layout.row(align=True)
|
||||||
row.label(text="", icon="EVENT_SHIFT")
|
row.label(text="", icon="EVENT_SHIFT")
|
||||||
|
row.label(text="", icon="EVENT_R")
|
||||||
|
row.operator("bim.hotkey", text="Rotate 90").hotkey = "S_R"
|
||||||
|
row = cls.layout.row(align=True)
|
||||||
|
row.label(text="", icon="EVENT_SHIFT")
|
||||||
row.label(text="", icon="EVENT_G")
|
row.label(text="", icon="EVENT_G")
|
||||||
row.operator("bim.hotkey", text="Regen").hotkey = "S_G"
|
row.operator("bim.hotkey", text="Regen").hotkey = "S_G"
|
||||||
row.operator("bim.join_wall", icon="X", text="").join_type = ""
|
row.operator("bim.join_wall", icon="X", text="").join_type = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user