MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / draw_statusbar

Function draw_statusbar

src/bonsai/bonsai/bim/ui.py:1890–1896  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

1888
1889
1890def draw_statusbar(self, context):
1891 if not UIData.is_loaded:
1892 UIData.load()
1893 bonsai_version = f"Bonsai v{UIData.data['version']}"
1894 layout = self.layout
1895 row = layout.row()
1896 row.operator("bim.show_system_info", text=bonsai_version, emboss=False)
1897
1898
1899def draw_custom_context_menu(self: bpy.types.Menu, context: bpy.types.Context) -> None:

Callers

nothing calls this directly

Calls 2

rowMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected