Small UI tweaks

This commit is contained in:
Ryan Schultz
2025-12-16 06:56:00 -06:00
parent 33ba7c45b9
commit 21c4382b71
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ def draw_ui(context: bpy.types.Context, layout: bpy.types.UILayout, attributes)
class BIM_PT_object_attributes(Panel):
bl_label = "Attributes"
bl_label = "Object Attributes"
bl_idname = "BIM_PT_object_attributes"
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
-1
View File
@@ -114,7 +114,6 @@ class BIM_PT_type_attributes(Panel):
bl_region_type = "WINDOW"
bl_context = "object"
bl_parent_id = "BIM_PT_type"
bl_options = {"DEFAULT_CLOSED"}
@classmethod
def poll(cls, context):
+1 -1
View File
@@ -1363,7 +1363,7 @@ class BIM_PT_tab_sandbox(Panel):
# Object panel groups
class BIM_PT_tab_object_metadata(Panel):
bl_label = "Object Metadata"
bl_label = "Object"
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_context = "scene"