mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Bulk rename panels to remove redundant IFC prefix
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user