mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
minor fix for commit d3b176e
This commit is contained in:
@@ -31,7 +31,7 @@ classes = (
|
||||
operator.SelectGlobalId,
|
||||
operator.SelectIfcClass,
|
||||
operator.SelectPset,
|
||||
operator.ShowAllIfcElements,
|
||||
operator.ShowAllElements,
|
||||
operator.FilterModelElements,
|
||||
operator.IfcSelector,
|
||||
operator.SaveSelectorQuery,
|
||||
|
||||
@@ -452,7 +452,7 @@ class ActivateIfcBuildingStoreyFilter(Operator):
|
||||
row.operator("bim.toggle_filter_selection", text="Deselect All").action = "DESELECT"
|
||||
|
||||
|
||||
class ShowAllIfcElements(Operator):
|
||||
class ShowAllElements(Operator):
|
||||
"""Show all Physical objects in the 3D View.
|
||||
Warning: Pressing this button will not work if collections are excluded in the outliner Panel.
|
||||
"""
|
||||
|
||||
@@ -150,7 +150,7 @@ class IfcSelectorUI:
|
||||
row.operator("bim.add_to_ifc_group", text="Add to IFC Group")
|
||||
|
||||
row = layout.row(align=True)
|
||||
row.operator("bim.show_all_ifc_elements", text="Show All Elements", icon="HIDE_OFF")
|
||||
row.operator("bim.show_scene_elements", text="Show All Elements", icon="HIDE_OFF")
|
||||
|
||||
def draw_query_group_ui(self, ifc_selector, layout):
|
||||
for index, group in enumerate(ifc_selector.groups):
|
||||
|
||||
Reference in New Issue
Block a user