diff --git a/src/blenderbim/blenderbim/bim/module/aggregate/ui.py b/src/blenderbim/blenderbim/bim/module/aggregate/ui.py index 50bc8007f6..b7ae5a84d2 100644 --- a/src/blenderbim/blenderbim/bim/module/aggregate/ui.py +++ b/src/blenderbim/blenderbim/bim/module/aggregate/ui.py @@ -22,7 +22,7 @@ from blenderbim.bim.ifc import IfcStore class BIM_PT_aggregate(Panel): - bl_label = "IFC Aggregates" + bl_label = "Aggregates" bl_idname = "BIM_PT_aggregate" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/attribute/ui.py b/src/blenderbim/blenderbim/bim/module/attribute/ui.py index 510b2c537e..b3c807cfb7 100644 --- a/src/blenderbim/blenderbim/bim/module/attribute/ui.py +++ b/src/blenderbim/blenderbim/bim/module/attribute/ui.py @@ -54,7 +54,7 @@ def draw_ui(context, layout, obj_type, attributes): class BIM_PT_object_attributes(Panel): - bl_label = "IFC Attributes" + bl_label = "Attributes" bl_idname = "BIM_PT_object_attributes" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -76,7 +76,7 @@ class BIM_PT_object_attributes(Panel): class BIM_PT_material_attributes(Panel): - bl_label = "IFC Material Attributes" + bl_label = "Material Attributes" bl_idname = "BIM_PT_material_attributes" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" diff --git a/src/blenderbim/blenderbim/bim/module/boundary/ui.py b/src/blenderbim/blenderbim/bim/module/boundary/ui.py index 6abad5b6e6..a62b6d5a8e 100644 --- a/src/blenderbim/blenderbim/bim/module/boundary/ui.py +++ b/src/blenderbim/blenderbim/bim/module/boundary/ui.py @@ -25,7 +25,7 @@ from blenderbim.bim.module.boundary.data import SpaceBoundariesData class BIM_PT_SceneBoundaries(Panel): - bl_label = "IFC Space Boundaries" + bl_label = "Space Boundaries" bl_id_name = "BIM_PT_scene_boundaries" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -45,7 +45,7 @@ class BIM_PT_SceneBoundaries(Panel): class BIM_PT_Boundary(Panel): - bl_label = "IFC Space Boundary" + bl_label = "Space Boundary" bl_idname = "BIM_PT_Boundary" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -117,7 +117,7 @@ class BIM_PT_Boundary(Panel): class BIM_PT_SpaceBoundaries(Panel): - bl_label = "IFC Space Boundaries" + bl_label = "Space Boundaries" bl_idname = "BIM_PT_SpaceBoundaries" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/brick/ui.py b/src/blenderbim/blenderbim/bim/module/brick/ui.py index b769057d37..0f1983da8d 100644 --- a/src/blenderbim/blenderbim/bim/module/brick/ui.py +++ b/src/blenderbim/blenderbim/bim/module/brick/ui.py @@ -108,7 +108,7 @@ class BIM_PT_brickschema(Panel): class BIM_PT_ifc_brickschema_references(Panel): - bl_label = "IFC Brickschema References" + bl_label = "Brickschema References" bl_idname = "BIM_PT_ifc_brickschema_references" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/clash/ui.py b/src/blenderbim/blenderbim/bim/module/clash/ui.py index 21e6547e57..48a04eda4e 100644 --- a/src/blenderbim/blenderbim/bim/module/clash/ui.py +++ b/src/blenderbim/blenderbim/bim/module/clash/ui.py @@ -21,7 +21,7 @@ from bpy.types import Panel class BIM_PT_ifcclash(Panel): - bl_label = "IFC Clash Sets" + bl_label = "Clash Sets" bl_idname = "BIM_PT_ifcclash" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/classification/ui.py b/src/blenderbim/blenderbim/bim/module/classification/ui.py index 8bf5f660c7..c49957f3b3 100644 --- a/src/blenderbim/blenderbim/bim/module/classification/ui.py +++ b/src/blenderbim/blenderbim/bim/module/classification/ui.py @@ -30,7 +30,7 @@ from blenderbim.bim.module.classification.data import ( class BIM_PT_classifications(Panel): - bl_label = "IFC Classifications" + bl_label = "Classifications" bl_idname = "BIM_PT_classifications" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -156,7 +156,7 @@ class ReferenceUI: class BIM_PT_classification_references(Panel, ReferenceUI): - bl_label = "IFC Classification References" + bl_label = "Classification References" bl_idname = "BIM_PT_classification_references" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -180,7 +180,7 @@ class BIM_PT_classification_references(Panel, ReferenceUI): class BIM_PT_material_classifications(Panel, ReferenceUI): - bl_label = "IFC Material Classifications" + bl_label = "Material Classifications" bl_idname = "BIM_PT_material_classifications" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -206,7 +206,7 @@ class BIM_PT_material_classifications(Panel, ReferenceUI): class BIM_PT_cost_classifications(Panel, ReferenceUI): - bl_label = "IFC Cost Classifications" + bl_label = "Cost Classifications" bl_idname = "BIM_PT_cost_classifications" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/cobie/ui.py b/src/blenderbim/blenderbim/bim/module/cobie/ui.py index 075dba6bba..333925fd29 100644 --- a/src/blenderbim/blenderbim/bim/module/cobie/ui.py +++ b/src/blenderbim/blenderbim/bim/module/cobie/ui.py @@ -21,7 +21,7 @@ from blenderbim.bim.ifc import IfcStore class BIM_PT_cobie(Panel): - bl_label = "IFC COBie" + bl_label = "COBie" bl_idname = "BIM_PT_cobie" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/constraint/ui.py b/src/blenderbim/blenderbim/bim/module/constraint/ui.py index 38bd07bfd3..29b68a00de 100644 --- a/src/blenderbim/blenderbim/bim/module/constraint/ui.py +++ b/src/blenderbim/blenderbim/bim/module/constraint/ui.py @@ -23,7 +23,7 @@ from blenderbim.bim.module.constraint.data import ConstraintsData, ObjectConstra class BIM_PT_constraints(Panel): - bl_label = "IFC Constraints" + bl_label = "Constraints" bl_idname = "BIM_PT_constraints" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -68,7 +68,7 @@ class BIM_PT_constraints(Panel): class BIM_PT_object_constraints(Panel): - bl_label = "IFC Constraints" + bl_label = "Constraints" bl_idname = "BIM_PT_object_constraints" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/context/ui.py b/src/blenderbim/blenderbim/bim/module/context/ui.py index 58449f6d45..c8fe010625 100644 --- a/src/blenderbim/blenderbim/bim/module/context/ui.py +++ b/src/blenderbim/blenderbim/bim/module/context/ui.py @@ -23,7 +23,7 @@ from blenderbim.bim.module.context.data import ContextData class BIM_PT_context(bpy.types.Panel): - bl_label = "IFC Geometric Representation Contexts" + bl_label = "Geometric Representation Contexts" bl_idname = "BIM_PT_context" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/cost/ui.py b/src/blenderbim/blenderbim/bim/module/cost/ui.py index 3e92163157..142e3f814a 100644 --- a/src/blenderbim/blenderbim/bim/module/cost/ui.py +++ b/src/blenderbim/blenderbim/bim/module/cost/ui.py @@ -24,7 +24,7 @@ from blenderbim.bim.module.cost.data import CostSchedulesData class BIM_PT_cost_schedules(Panel): - bl_label = "IFC Cost Schedules" + bl_label = "Cost Schedules" bl_idname = "BIM_PT_cost_schedules" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -267,7 +267,7 @@ class BIM_PT_cost_schedules(Panel): class BIM_PT_cost_item_types(Panel): - bl_label = "IFC Cost Item Types" + bl_label = "Cost Item Types" bl_idname = "BIM_PT_cost_item_types" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -353,7 +353,7 @@ class BIM_PT_cost_item_types(Panel): class BIM_PT_cost_item_quantities(Panel): - bl_label = "IFC Cost Item Quantities" + bl_label = "Cost Item Quantities" bl_idname = "BIM_PT_cost_item_quantities" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -525,7 +525,7 @@ class BIM_PT_cost_item_quantities(Panel): class BIM_PT_cost_item_rates(Panel): - bl_label = "IFC Cost Item Rates" + bl_label = "Cost Item Rates" bl_idname = "BIM_PT_cost_item_rates" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/csv/ui.py b/src/blenderbim/blenderbim/bim/module/csv/ui.py index 7c1df7a4d2..a242039712 100644 --- a/src/blenderbim/blenderbim/bim/module/csv/ui.py +++ b/src/blenderbim/blenderbim/bim/module/csv/ui.py @@ -21,7 +21,7 @@ from blenderbim.bim.ifc import IfcStore class BIM_PT_ifccsv(Panel): - bl_label = "IFC CSV Import/Export" + bl_label = "CSV Import/Export" bl_idname = "BIM_PT_ifccsv" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/debug/ui.py b/src/blenderbim/blenderbim/bim/module/debug/ui.py index 7e06e2fb19..91fd3e1024 100644 --- a/src/blenderbim/blenderbim/bim/module/debug/ui.py +++ b/src/blenderbim/blenderbim/bim/module/debug/ui.py @@ -21,7 +21,7 @@ from bpy.types import Panel class BIM_PT_debug(Panel): - bl_label = "IFC Debug" + bl_label = "Debug" bl_idname = "BIM_PT_debug" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/diff/ui.py b/src/blenderbim/blenderbim/bim/module/diff/ui.py index 520a26ae39..edb64be484 100644 --- a/src/blenderbim/blenderbim/bim/module/diff/ui.py +++ b/src/blenderbim/blenderbim/bim/module/diff/ui.py @@ -24,7 +24,7 @@ import json class BIM_PT_diff(Panel): - bl_label = "IFC Diff" + bl_label = "Diff" bl_idname = "BIM_PT_diff" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/document/ui.py b/src/blenderbim/blenderbim/bim/module/document/ui.py index b20f0319e9..d45f7b6792 100644 --- a/src/blenderbim/blenderbim/bim/module/document/ui.py +++ b/src/blenderbim/blenderbim/bim/module/document/ui.py @@ -23,7 +23,7 @@ from blenderbim.bim.module.document.data import DocumentData, ObjectDocumentData class BIM_PT_documents(Panel): - bl_label = "IFC Documents" + bl_label = "Documents" bl_idname = "BIM_PT_documents" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -76,7 +76,7 @@ class BIM_PT_documents(Panel): class BIM_PT_object_documents(Panel): - bl_label = "IFC Documents" + bl_label = "Documents" bl_idname = "BIM_PT_object_documents" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/drawing/ui.py b/src/blenderbim/blenderbim/bim/module/drawing/ui.py index dad42d1ca6..a0a461a8dd 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/ui.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/ui.py @@ -387,7 +387,7 @@ class BIM_PT_sheets(Panel): class BIM_PT_product_assignments(Panel): - bl_label = "IFC Product Assignments" + bl_label = "Product Assignments" bl_idname = "BIM_PT_product_assignments" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -422,7 +422,7 @@ class BIM_PT_product_assignments(Panel): class BIM_PT_text(Panel): - bl_label = "IFC Text" + bl_label = "Text" bl_idname = "BIM_PT_text" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" diff --git a/src/blenderbim/blenderbim/bim/module/geometry/ui.py b/src/blenderbim/blenderbim/bim/module/geometry/ui.py index 26d1a9ddc6..d8ec59b274 100644 --- a/src/blenderbim/blenderbim/bim/module/geometry/ui.py +++ b/src/blenderbim/blenderbim/bim/module/geometry/ui.py @@ -34,7 +34,7 @@ def outliner_menu(self, context): self.layout.operator("bim.override_outliner_delete", icon='X') class BIM_PT_representations(Panel): - bl_label = "IFC Representations" + bl_label = "Representations" bl_idname = "BIM_PT_representations" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -80,7 +80,7 @@ class BIM_PT_representations(Panel): class BIM_PT_connections(Panel): - bl_label = "IFC Connections" + bl_label = "Connections" bl_idname = "BIM_PT_connections" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -118,7 +118,7 @@ class BIM_PT_connections(Panel): class BIM_PT_mesh(Panel): - bl_label = "IFC Representation" + bl_label = "Representation" bl_idname = "BIM_PT_mesh" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -185,7 +185,7 @@ def BIM_PT_transform(self, context): class BIM_PT_derived_placements(Panel): - bl_label = "IFC Derived Placements" + bl_label = "Derived Placements" bl_idname = "BIM_PT_derived_placements" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -220,7 +220,7 @@ class BIM_PT_derived_placements(Panel): class BIM_PT_workarounds(Panel): - bl_label = "IFC Vendor Workarounds" + bl_label = "Vendor Workarounds" bl_idname = "BIM_PT_workarounds" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/georeference/ui.py b/src/blenderbim/blenderbim/bim/module/georeference/ui.py index d7c3131a0a..bb75f06f5e 100644 --- a/src/blenderbim/blenderbim/bim/module/georeference/ui.py +++ b/src/blenderbim/blenderbim/bim/module/georeference/ui.py @@ -23,7 +23,7 @@ from blenderbim.bim.module.georeference.data import GeoreferenceData class BIM_PT_gis(Panel): - bl_label = "IFC Georeferencing" + bl_label = "Georeferencing" bl_idname = "BIM_PT_gis" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/gis/ui.py b/src/blenderbim/blenderbim/bim/module/gis/ui.py index 1ccc930928..83325ad097 100644 --- a/src/blenderbim/blenderbim/bim/module/gis/ui.py +++ b/src/blenderbim/blenderbim/bim/module/gis/ui.py @@ -20,7 +20,7 @@ from bpy.types import Panel class BIM_PT_cityjson_converter(Panel): - bl_label = "IFC CityJSON" + bl_label = "CityJSON" bl_idname = "BIM_PT_ifccityjson" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/group/ui.py b/src/blenderbim/blenderbim/bim/module/group/ui.py index 874d239bf2..ff5acd2c12 100644 --- a/src/blenderbim/blenderbim/bim/module/group/ui.py +++ b/src/blenderbim/blenderbim/bim/module/group/ui.py @@ -22,7 +22,7 @@ from blenderbim.bim.module.group.data import GroupsData, ObjectGroupsData class BIM_PT_groups(Panel): - bl_label = "IFC Groups" + bl_label = "Groups" bl_idname = "BIM_PT_groups" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -69,7 +69,7 @@ class BIM_PT_groups(Panel): class BIM_PT_object_groups(Panel): - bl_label = "IFC Groups" + bl_label = "Groups" bl_idname = "BIM_PT_object_groups" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/ifcgit/ui.py b/src/blenderbim/blenderbim/bim/module/ifcgit/ui.py index 286e900adc..d54591a509 100644 --- a/src/blenderbim/blenderbim/bim/module/ifcgit/ui.py +++ b/src/blenderbim/blenderbim/bim/module/ifcgit/ui.py @@ -6,7 +6,7 @@ from blenderbim.bim.module.ifcgit.data import IfcGitData class IFCGIT_PT_panel(bpy.types.Panel): """Scene Properties panel to interact with IFC repository data""" - bl_label = "IFC Git" + bl_label = "Git" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" diff --git a/src/blenderbim/blenderbim/bim/module/layer/ui.py b/src/blenderbim/blenderbim/bim/module/layer/ui.py index 179ea568a2..698bd448ab 100644 --- a/src/blenderbim/blenderbim/bim/module/layer/ui.py +++ b/src/blenderbim/blenderbim/bim/module/layer/ui.py @@ -22,7 +22,7 @@ from blenderbim.bim.module.layer.data import LayersData class BIM_PT_layers(Panel): - bl_label = "IFC Presentation Layers" + bl_label = "Presentation Layers" bl_idname = "BIM_PT_layers" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/library/ui.py b/src/blenderbim/blenderbim/bim/module/library/ui.py index 2057e45a98..feffc02cbd 100644 --- a/src/blenderbim/blenderbim/bim/module/library/ui.py +++ b/src/blenderbim/blenderbim/bim/module/library/ui.py @@ -23,7 +23,7 @@ from blenderbim.bim.module.library.data import LibrariesData, LibraryReferencesD class BIM_PT_libraries(Panel): - bl_label = "IFC Libraries" + bl_label = "Libraries" bl_idname = "BIM_PT_libraries" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -94,7 +94,7 @@ class BIM_PT_libraries(Panel): class BIM_PT_library_references(Panel): - bl_label = "IFC Library References" + bl_label = "Library References" bl_idname = "BIM_PT_library_references" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/material/ui.py b/src/blenderbim/blenderbim/bim/module/material/ui.py index da1490aae1..139a19f9ff 100644 --- a/src/blenderbim/blenderbim/bim/module/material/ui.py +++ b/src/blenderbim/blenderbim/bim/module/material/ui.py @@ -25,7 +25,7 @@ from blenderbim.bim.module.material.data import MaterialsData, ObjectMaterialDat class BIM_PT_materials(Panel): - bl_label = "IFC Materials" + bl_label = "Materials" bl_idname = "BIM_PT_materials" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -88,7 +88,7 @@ class BIM_PT_materials(Panel): blenderbim.bim.helper.draw_attributes(self.props.material_attributes, self.layout) class BIM_PT_material(Panel): - bl_label = "IFC Material" + bl_label = "Material" bl_idname = "BIM_PT_material" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -111,7 +111,7 @@ class BIM_PT_material(Panel): class BIM_PT_object_material(Panel): - bl_label = "IFC Object Material" + bl_label = "Object Material" bl_idname = "BIM_PT_object_material" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" diff --git a/src/blenderbim/blenderbim/bim/module/model/grid.py b/src/blenderbim/blenderbim/bim/module/model/grid.py index adb4a240c4..3159f03c3b 100644 --- a/src/blenderbim/blenderbim/bim/module/model/grid.py +++ b/src/blenderbim/blenderbim/bim/module/model/grid.py @@ -98,7 +98,7 @@ def add_object(self, context): class BIM_OT_add_object(Operator, tool.Ifc.Operator): bl_idname = "mesh.add_grid" - bl_label = "IFC Grid" + bl_label = "Grid" bl_options = {"REGISTER", "UNDO"} u_spacing: FloatProperty(name="U Spacing", default=10) diff --git a/src/blenderbim/blenderbim/bim/module/model/pie.py b/src/blenderbim/blenderbim/bim/module/model/pie.py index f29e286af9..f43af88132 100644 --- a/src/blenderbim/blenderbim/bim/module/model/pie.py +++ b/src/blenderbim/blenderbim/bim/module/model/pie.py @@ -92,7 +92,7 @@ class VIEW3D_MT_PIE_bim(bpy.types.Menu): class VIEW3D_MT_PIE_bim_class(bpy.types.Menu): - bl_label = "IFC Class" + bl_label = "Class" def draw(self, context): pie = self.layout.menu_pie() diff --git a/src/blenderbim/blenderbim/bim/module/model/ui.py b/src/blenderbim/blenderbim/bim/module/model/ui.py index a3e689630b..cb94c66d83 100644 --- a/src/blenderbim/blenderbim/bim/module/model/ui.py +++ b/src/blenderbim/blenderbim/bim/module/model/ui.py @@ -168,7 +168,7 @@ class BIM_PT_Grids(Panel): class BIM_PT_array(bpy.types.Panel): - bl_label = "IFC Array" + bl_label = "Array" bl_idname = "BIM_PT_array" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -236,7 +236,7 @@ class BIM_PT_array(bpy.types.Panel): class BIM_PT_stair(bpy.types.Panel): - bl_label = "IFC Stair" + bl_label = "Stair" bl_idname = "BIM_PT_stair" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -294,7 +294,7 @@ class BIM_PT_stair(bpy.types.Panel): class BIM_PT_sverchok(bpy.types.Panel): - bl_label = "IFC Sverchok" + bl_label = "Sverchok" bl_idname = "BIM_PT_sverchok" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -332,7 +332,7 @@ class BIM_PT_sverchok(bpy.types.Panel): class BIM_PT_window(bpy.types.Panel): - bl_label = "IFC Window" + bl_label = "Window" bl_idname = "BIM_PT_window" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -441,7 +441,7 @@ class BIM_PT_window(bpy.types.Panel): class BIM_PT_door(bpy.types.Panel): - bl_label = "IFC Door" + bl_label = "Door" bl_idname = "BIM_PT_door" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -514,7 +514,7 @@ class BIM_PT_door(bpy.types.Panel): class BIM_PT_railing(bpy.types.Panel): - bl_label = "IFC Railing" + bl_label = "Railing" bl_idname = "BIM_PT_railing" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -576,7 +576,7 @@ class BIM_PT_railing(bpy.types.Panel): class BIM_PT_roof(bpy.types.Panel): - bl_label = "IFC Roof" + bl_label = "Roof" bl_idname = "BIM_PT_roof" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -631,7 +631,7 @@ class BIM_PT_roof(bpy.types.Panel): class BIM_MT_model(Menu): bl_idname = "BIM_MT_model" - bl_label = "IFC Objects" + bl_label = "Objects" def draw(self, context): layout = self.layout diff --git a/src/blenderbim/blenderbim/bim/module/owner/ui.py b/src/blenderbim/blenderbim/bim/module/owner/ui.py index a9a5404e4e..fb515deb58 100644 --- a/src/blenderbim/blenderbim/bim/module/owner/ui.py +++ b/src/blenderbim/blenderbim/bim/module/owner/ui.py @@ -77,7 +77,7 @@ def draw_addresses(box, parent): class BIM_PT_people(bpy.types.Panel): - bl_label = "IFC People" + bl_label = "People" bl_idname = "BIM_PT_people" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -136,7 +136,7 @@ class BIM_PT_people(bpy.types.Panel): class BIM_PT_organisations(bpy.types.Panel): - bl_label = "IFC Organisations" + bl_label = "Organisations" bl_idname = "BIM_PT_organisations" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -183,7 +183,7 @@ class BIM_PT_organisations(bpy.types.Panel): class BIM_PT_owner(bpy.types.Panel): - bl_label = "IFC Owner History" + bl_label = "Owner History" bl_idname = "BIM_PT_owner" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -234,7 +234,7 @@ class BIM_PT_owner(bpy.types.Panel): class BIM_PT_actor(bpy.types.Panel): - bl_label = "IFC Actor" + bl_label = "Actor" bl_idname = "BIM_PT_actor" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -284,7 +284,7 @@ class BIM_PT_actor(bpy.types.Panel): class BIM_PT_object_actor(bpy.types.Panel): - bl_label = "IFC Actor" + bl_label = "Actor" bl_idname = "BIM_PT_object_actor" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/patch/ui.py b/src/blenderbim/blenderbim/bim/module/patch/ui.py index 7b0416bd14..3a843da8f0 100644 --- a/src/blenderbim/blenderbim/bim/module/patch/ui.py +++ b/src/blenderbim/blenderbim/bim/module/patch/ui.py @@ -23,7 +23,7 @@ from blenderbim.bim.helper import draw_attributes class BIM_PT_patch(bpy.types.Panel): - bl_label = "IFC Patch" + bl_label = "Patch" bl_idname = "BIM_PT_patch" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/profile/ui.py b/src/blenderbim/blenderbim/bim/module/profile/ui.py index 4caf801b6f..5f4b998c98 100644 --- a/src/blenderbim/blenderbim/bim/module/profile/ui.py +++ b/src/blenderbim/blenderbim/bim/module/profile/ui.py @@ -25,7 +25,7 @@ from blenderbim.bim.module.profile.prop import generate_thumbnail_for_active_pro class BIM_PT_profiles(Panel): - bl_label = "IFC Profiles" + bl_label = "Profiles" bl_idname = "BIM_PT_profiles" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/project/ui.py b/src/blenderbim/blenderbim/bim/module/project/ui.py index 6327df9f61..34fb692b07 100644 --- a/src/blenderbim/blenderbim/bim/module/project/ui.py +++ b/src/blenderbim/blenderbim/bim/module/project/ui.py @@ -76,7 +76,7 @@ def file_menu(self, context): class BIM_PT_project(Panel): - bl_label = "IFC Project" + bl_label = "Current Project" bl_idname = "BIM_PT_project" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -235,7 +235,7 @@ class BIM_PT_project(Panel): class BIM_PT_project_library(Panel): - bl_label = "IFC Project Library" + bl_label = "Project Library" bl_idname = "BIM_PT_project_library" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -277,7 +277,7 @@ class BIM_PT_project_library(Panel): class BIM_PT_links(Panel): - bl_label = "IFC Links" + bl_label = "Links" bl_idname = "BIM_PT_links" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/pset/ui.py b/src/blenderbim/blenderbim/bim/module/pset/ui.py index 6eb1ab8419..105e9824f2 100644 --- a/src/blenderbim/blenderbim/bim/module/pset/ui.py +++ b/src/blenderbim/blenderbim/bim/module/pset/ui.py @@ -170,7 +170,7 @@ def draw_psetqto_editable_ui(box, props, prop): class BIM_PT_object_psets(Panel): - bl_label = "IFC Object Property Sets" + bl_label = "Object Property Sets" bl_idname = "BIM_PT_object_psets" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -212,7 +212,7 @@ class BIM_PT_object_psets(Panel): class BIM_PT_object_qtos(Panel): - bl_label = "IFC Object Quantity Sets" + bl_label = "Object Quantity Sets" bl_idname = "BIM_PT_object_qtos" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -249,7 +249,7 @@ class BIM_PT_object_qtos(Panel): class BIM_PT_material_psets(Panel): - bl_label = "IFC Material Property Sets" + bl_label = "Material Property Sets" bl_idname = "BIM_PT_material_psets" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -293,7 +293,7 @@ class BIM_PT_material_psets(Panel): class BIM_PT_material_set_psets(Panel): - bl_label = "IFC Material Set Property Sets" + bl_label = "Material Set Property Sets" bl_idname = "BIM_PT_material_set_psets" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -330,7 +330,7 @@ class BIM_PT_material_set_psets(Panel): class BIM_PT_material_set_item_psets(Panel): - bl_label = "IFC Material Set Item Property Sets" + bl_label = "Material Set Item Property Sets" bl_idname = "BIM_PT_material_set_item_psets" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -367,7 +367,7 @@ class BIM_PT_material_set_item_psets(Panel): class BIM_PT_task_qtos(Panel): - bl_label = "IFC Task Quantity Sets" + bl_label = "Task Quantity Sets" bl_idname = "BIM_PT_task_qtos" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -403,7 +403,7 @@ class BIM_PT_task_qtos(Panel): class BIM_PT_resource_qtos(Panel): - bl_label = "IFC Resource Quantity Sets" + bl_label = "Resource Quantity Sets" bl_idname = "BIM_PT_resource_qtos" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -437,7 +437,7 @@ class BIM_PT_resource_qtos(Panel): class BIM_PT_resource_psets(Panel): - bl_label = "IFC Resource Property Sets" + bl_label = "Resource Property Sets" bl_idname = "BIM_PT_resource_psets" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -471,7 +471,7 @@ class BIM_PT_resource_psets(Panel): class BIM_PT_profile_psets(Panel): - bl_label = "IFC Profile Property Sets" + bl_label = "Profile Property Sets" bl_idname = "BIM_PT_profile_psets" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -507,7 +507,7 @@ class BIM_PT_profile_psets(Panel): class BIM_PT_work_schedule_psets(Panel): - bl_label = "IFC Work Schedule Property Sets" + bl_label = "Work Schedule Property Sets" bl_idname = "BIM_PT_work_schedule_psets" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -539,7 +539,7 @@ class BIM_PT_work_schedule_psets(Panel): class BIM_PT_bulk_property_editor(Panel): - bl_label = "IFC Bulk Property Editor" + bl_label = "Bulk Property Editor" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "object" diff --git a/src/blenderbim/blenderbim/bim/module/pset_template/ui.py b/src/blenderbim/blenderbim/bim/module/pset_template/ui.py index 324aee459d..969a355ed3 100644 --- a/src/blenderbim/blenderbim/bim/module/pset_template/ui.py +++ b/src/blenderbim/blenderbim/bim/module/pset_template/ui.py @@ -23,7 +23,7 @@ from blenderbim.bim.module.pset_template.data import PsetTemplatesData class BIM_PT_pset_template(Panel): - bl_label = "IFC Property Set Templates" + bl_label = "Property Set Templates" bl_idname = "BIM_PT_pset_template" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/resource/ui.py b/src/blenderbim/blenderbim/bim/module/resource/ui.py index 433c0e73e1..a3ecdc92d9 100644 --- a/src/blenderbim/blenderbim/bim/module/resource/ui.py +++ b/src/blenderbim/blenderbim/bim/module/resource/ui.py @@ -23,7 +23,7 @@ from blenderbim.bim.module.resource.data import ResourceData class BIM_PT_resources(Panel): - bl_label = "IFC Resources" + bl_label = "Resources" bl_idname = "BIM_PT_resources" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/root/ui.py b/src/blenderbim/blenderbim/bim/module/root/ui.py index 2004f7ed08..1db3a14e9b 100644 --- a/src/blenderbim/blenderbim/bim/module/root/ui.py +++ b/src/blenderbim/blenderbim/bim/module/root/ui.py @@ -25,12 +25,13 @@ from blenderbim.bim.module.root.data import IfcClassData class BIM_PT_class(Panel): - bl_label = "IFC Class" + bl_label = "Class" bl_idname = "BIM_PT_class" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "object" bl_parent_id = "BIM_PT_object_metadata" + bl_options = {"HIDE_HEADER"} @classmethod def poll(cls, context): diff --git a/src/blenderbim/blenderbim/bim/module/search/ui.py b/src/blenderbim/blenderbim/bim/module/search/ui.py index b84c821cfa..fc9b016012 100644 --- a/src/blenderbim/blenderbim/bim/module/search/ui.py +++ b/src/blenderbim/blenderbim/bim/module/search/ui.py @@ -22,7 +22,7 @@ from blenderbim.bim.ifc import IfcStore class BIM_PT_search(Panel): - bl_label = "IFC Search" + bl_label = "Search" bl_idname = "BIM_PT_search" # bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -109,7 +109,7 @@ class BIM_UL_ifc_building_storey_filter(bpy.types.UIList): class BIM_PT_IFCSelector(Panel): - bl_label = "IFC Selector" + bl_label = "Selector" bl_idname = "BIM_PT_ifc_selector" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/sequence/ui.py b/src/blenderbim/blenderbim/bim/module/sequence/ui.py index 79e7191b6a..8d8d9f7afd 100644 --- a/src/blenderbim/blenderbim/bim/module/sequence/ui.py +++ b/src/blenderbim/blenderbim/bim/module/sequence/ui.py @@ -25,7 +25,7 @@ from blenderbim.bim.module.sequence.data import WorkPlansData, WorkScheduleData, class BIM_PT_work_plans(Panel): - bl_label = "IFC Work Plans" + bl_label = "Work Plans" bl_idname = "BIM_PT_work_plans" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -97,7 +97,7 @@ class BIM_PT_work_plans(Panel): class BIM_PT_work_schedules(Panel): - bl_label = "IFC Work Schedules" + bl_label = "Work Schedules" bl_idname = "BIM_PT_work_schedules" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -526,7 +526,7 @@ class BIM_PT_work_schedules(Panel): class BIM_PT_task_icom(Panel): - bl_label = "IFC Task ICOM" + bl_label = "Task ICOM" bl_idname = "BIM_PT_task_icom" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -811,7 +811,7 @@ class BIM_UL_tasks(UIList): class BIM_PT_work_calendars(Panel): - bl_label = "IFC Work Calendars" + bl_label = "Work Calendars" bl_idname = "BIM_PT_work_calendars" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/spatial/ui.py b/src/blenderbim/blenderbim/bim/module/spatial/ui.py index e6d0c62432..d40297e1a5 100644 --- a/src/blenderbim/blenderbim/bim/module/spatial/ui.py +++ b/src/blenderbim/blenderbim/bim/module/spatial/ui.py @@ -23,7 +23,7 @@ import blenderbim.tool as tool class BIM_PT_spatial(Panel): - bl_label = "IFC Spatial Container" + bl_label = "Spatial Container" bl_idname = "BIM_PT_spatial" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -97,7 +97,7 @@ class BIM_UL_containers(UIList): class BIM_PT_SpatialManager(Panel): - bl_label = "IFC Spatial Manager" + bl_label = "Spatial Manager" bl_idname = "BIM_PT_SpatialManager" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" diff --git a/src/blenderbim/blenderbim/bim/module/structural/ui.py b/src/blenderbim/blenderbim/bim/module/structural/ui.py index bee2b9f25e..cfb3559c9f 100644 --- a/src/blenderbim/blenderbim/bim/module/structural/ui.py +++ b/src/blenderbim/blenderbim/bim/module/structural/ui.py @@ -86,7 +86,7 @@ def draw_boundary_condition_read_only_ui(layout, boundary_condition): class BIM_PT_structural_boundary_conditions(Panel): - bl_label = "IFC Structural Boundary Conditions" + bl_label = "Structural Boundary Conditions" bl_idname = "BIM_PT_structural_boundary_conditions" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -121,7 +121,7 @@ class BIM_PT_structural_boundary_conditions(Panel): class BIM_PT_connected_structural_members(Panel): - bl_label = "IFC Connected Structural Members" + bl_label = "Connected Structural Members" bl_idname = "BIM_PT_connected_structural_members" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -174,7 +174,7 @@ class BIM_PT_connected_structural_members(Panel): class BIM_PT_structural_member(Panel): - bl_label = "IFC Structural Member" + bl_label = "Structural Member" bl_idname = "BIM_PT_structural_member" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -217,7 +217,7 @@ class BIM_PT_structural_member(Panel): class BIM_PT_structural_connection(Panel): - bl_label = "IFC Structural Connection" + bl_label = "Structural Connection" bl_idname = "BIM_PT_structural_connection" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -277,7 +277,7 @@ class BIM_PT_structural_connection(Panel): class BIM_PT_structural_analysis_models(Panel): - bl_label = "IFC Structural Analysis Models" + bl_label = "Structural Analysis Models" bl_idname = "BIM_PT_structural_analysis_models" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -352,7 +352,7 @@ class BIM_UL_structural_analysis_models(UIList): class BIM_PT_structural_load_cases(Panel): - bl_label = "IFC Structural Load Cases" + bl_label = "Structural Load Cases" bl_idname = "BIM_PT_structural_load_cases" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -448,7 +448,7 @@ class BIM_UL_structural_activities(UIList): class BIM_PT_structural_loads(Panel): - bl_label = "IFC Structural Loads" + bl_label = "Structural Loads" bl_idname = "BIM_PT_structural_loads" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -518,7 +518,7 @@ class BIM_UL_structural_loads(UIList): class BIM_PT_boundary_conditions(Panel): - bl_label = "IFC Boundary Conditions" + bl_label = "Boundary Conditions" bl_idname = "BIM_PT_boundary_conditions" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/style/ui.py b/src/blenderbim/blenderbim/bim/module/style/ui.py index 3ebbe20810..bb266d9542 100644 --- a/src/blenderbim/blenderbim/bim/module/style/ui.py +++ b/src/blenderbim/blenderbim/bim/module/style/ui.py @@ -26,7 +26,7 @@ from blenderbim.tool.style import TEXTURE_MAPS_BY_METHODS, STYLE_TEXTURE_PROPS_M class BIM_PT_styles(Panel): - bl_label = "IFC Styles" + bl_label = "Styles" bl_idname = "BIM_PT_styles" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -86,7 +86,7 @@ def draw_style_ui(self, context): class BIM_PT_style(MaterialButtonsPanel, Panel): - bl_label = "IFC Style" + bl_label = "Style" bl_idname = "BIM_PT_style" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -111,7 +111,7 @@ class BIM_PT_style(MaterialButtonsPanel, Panel): class BIM_PT_style_attributes(Panel): - bl_label = "IFC Style Attributes" + bl_label = "Style Attributes" bl_idname = "BIM_PT_style_attributes" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -159,7 +159,7 @@ class BIM_PT_style_attributes(Panel): class BIM_PT_external_style_attributes(Panel): - bl_label = "IFC External Surface Style" + bl_label = "External Surface Style" bl_idname = "BIM_PT_external_style_attributes" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" @@ -226,7 +226,7 @@ class BIM_UL_styles(UIList): class BIM_PT_STYLE_GRAPH(Panel): bl_idname = "BIM_PT_style_graph" bl_space_type = "NODE_EDITOR" - bl_label = "IFC Style Graph Settings" + bl_label = "Style Graph Settings" bl_region_type = "UI" bl_category = "BBIM" diff --git a/src/blenderbim/blenderbim/bim/module/system/ui.py b/src/blenderbim/blenderbim/bim/module/system/ui.py index 5db712324f..7436b71c4a 100644 --- a/src/blenderbim/blenderbim/bim/module/system/ui.py +++ b/src/blenderbim/blenderbim/bim/module/system/ui.py @@ -24,7 +24,7 @@ from blenderbim.bim.module.system.data import SystemData, ObjectSystemData, Port class BIM_PT_systems(Panel): - bl_label = "IFC Systems" + bl_label = "Systems" bl_idname = "BIM_PT_systems" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -74,7 +74,7 @@ class BIM_PT_systems(Panel): class BIM_PT_object_systems(Panel): - bl_label = "IFC Systems" + bl_label = "Systems" bl_idname = "BIM_PT_object_systems" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -130,7 +130,7 @@ class BIM_PT_object_systems(Panel): class BIM_PT_ports(Panel): - bl_label = "IFC Ports" + bl_label = "Ports" bl_idname = "BIM_PT_ports" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -163,7 +163,7 @@ class BIM_PT_ports(Panel): class BIM_PT_port(Panel): - bl_label = "IFC Port" + bl_label = "Port" bl_idname = "BIM_PT_port" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/type/ui.py b/src/blenderbim/blenderbim/bim/module/type/ui.py index d7feaf34bb..88d2c99caa 100644 --- a/src/blenderbim/blenderbim/bim/module/type/ui.py +++ b/src/blenderbim/blenderbim/bim/module/type/ui.py @@ -25,7 +25,7 @@ from blenderbim.bim.module.type.data import TypeData class BIM_PT_type(Panel): - bl_label = "IFC Type" + bl_label = "Type" bl_idname = "BIM_PT_type" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" diff --git a/src/blenderbim/blenderbim/bim/module/unit/ui.py b/src/blenderbim/blenderbim/bim/module/unit/ui.py index 10a3682296..19d45eb825 100644 --- a/src/blenderbim/blenderbim/bim/module/unit/ui.py +++ b/src/blenderbim/blenderbim/bim/module/unit/ui.py @@ -24,7 +24,7 @@ from blenderbim.bim.module.unit.data import UnitsData class BIM_PT_units(Panel): - bl_label = "IFC Units" + bl_label = "Units" bl_idname = "BIM_PT_units" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" diff --git a/src/blenderbim/blenderbim/bim/module/void/ui.py b/src/blenderbim/blenderbim/bim/module/void/ui.py index d4a4bdea15..f9630af001 100644 --- a/src/blenderbim/blenderbim/bim/module/void/ui.py +++ b/src/blenderbim/blenderbim/bim/module/void/ui.py @@ -23,7 +23,7 @@ from blenderbim.bim.module.void.data import BooleansData, VoidsData class BIM_PT_voids(Panel): - bl_label = "IFC Voids" + bl_label = "Voids" bl_idname = "BIM_PT_voids" bl_options = {"DEFAULT_CLOSED"} bl_space_type = "PROPERTIES" @@ -79,7 +79,7 @@ class BIM_PT_voids(Panel): class BIM_PT_booleans(Panel): - bl_label = "IFC Booleans" + bl_label = "Booleans" bl_idname = "BIM_PT_booleans" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" diff --git a/src/blenderbim/blenderbim/bim/ui.py b/src/blenderbim/blenderbim/bim/ui.py index 0000d17aeb..92c3686a21 100644 --- a/src/blenderbim/blenderbim/bim/ui.py +++ b/src/blenderbim/blenderbim/bim/ui.py @@ -283,7 +283,7 @@ class BIM_PT_root(Panel): aprops = context.screen.BIMAreaProperties[context.screen.areas[:].index(context.area)] row = self.layout.row() - row.scale_y = 0.5 # Yes, we actually do this. + row.scale_y = 0.75 # Yes, we actually do this. row.operator( "bim.set_tab", text="", emboss=False, icon_value=blenderbim.bim.icons["IFC"].icon_id ).tab = "PROJECT" @@ -327,7 +327,7 @@ class BIM_PT_root(Panel): class BIM_PT_project_info(Panel): - bl_label = "IFC Project Info" + bl_label = "Project Info" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -341,7 +341,7 @@ class BIM_PT_project_info(Panel): class BIM_PT_project_setup(Panel): - bl_label = "IFC Project Setup" + bl_label = "Project Setup" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -356,7 +356,7 @@ class BIM_PT_project_setup(Panel): class BIM_PT_collaboration(Panel): - bl_label = "IFC Collaboration" + bl_label = "Collaboration" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -371,7 +371,7 @@ class BIM_PT_collaboration(Panel): class BIM_PT_selection(Panel): - bl_label = "IFC Selection" + bl_label = "Selection" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -386,7 +386,7 @@ class BIM_PT_selection(Panel): class BIM_PT_geometry(Panel): - bl_label = "IFC Geometry" + bl_label = "Geometry" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -401,7 +401,7 @@ class BIM_PT_geometry(Panel): class BIM_PT_4D5D(Panel): - bl_label = "IFC Costing and Scheduling" + bl_label = "Costing and Scheduling" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -416,7 +416,7 @@ class BIM_PT_4D5D(Panel): class BIM_PT_structural(Panel): - bl_label = "IFC Structural" + bl_label = "Structural" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -431,7 +431,7 @@ class BIM_PT_structural(Panel): class BIM_PT_services(Panel): - bl_label = "IFC Services" + bl_label = "Services" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -446,7 +446,7 @@ class BIM_PT_services(Panel): class BIM_PT_quality_control(Panel): - bl_label = "IFC Quality Control" + bl_label = "Quality Control" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -477,7 +477,7 @@ class BIM_PT_integrations(Panel): # Object panel groups class BIM_PT_object_metadata(Panel): - bl_label = "IFC Object Metadata" + bl_label = "Object Metadata" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -492,7 +492,7 @@ class BIM_PT_object_metadata(Panel): class BIM_PT_geometry_object(Panel): - bl_label = "IFC Geometry" + bl_label = "Geometry" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -508,7 +508,7 @@ class BIM_PT_geometry_object(Panel): class BIM_PT_services_object(Panel): - bl_label = "IFC Services" + bl_label = "Services" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -524,7 +524,7 @@ class BIM_PT_services_object(Panel): class BIM_PT_utilities_object(Panel): - bl_label = "IFC Utilities" + bl_label = "Utilities" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -540,7 +540,7 @@ class BIM_PT_utilities_object(Panel): class BIM_PT_misc_object(Panel): - bl_label = "IFC Misc." + bl_label = "Misc." bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene"