Merge branch 'blender-v5.0-release'

This commit is contained in:
Harley Acheson
2025-10-08 14:05:47 -07:00
3 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ class PROPERTIES_PT_options(Panel):
("show_properties_view_layer", "View Layer", 'RENDERLAYERS'),
("show_properties_scene", "Scene", 'SCENE_DATA'),
("show_properties_world", "World", 'WORLD'),
("show_properties_collection", "Collection", 'OUTLINER_COLLECTION'),
("show_properties_collection", "Collection", 'GROUP'),
("show_properties_object", "Object", 'OBJECT_DATA'),
("show_properties_modifiers", "Modifiers", 'MODIFIER'),
("show_properties_effects", "Effects", 'SHADERFX'),

View File

@@ -1379,7 +1379,7 @@ class USERPREF_PT_theme_collection_colors(ThemePanel, CenterAlignMixIn, Panel):
def draw_header(self, _context):
layout = self.layout
layout.label(icon='OUTLINER_COLLECTION')
layout.label(icon='GROUP')
def draw_centered(self, context, layout):
theme = context.preferences.themes[0]