Merge branch 'blender-v5.0-release'

This commit is contained in:
Harley Acheson
2025-10-12 16:30:01 -07:00
3 changed files with 3 additions and 3 deletions

View File

@@ -472,7 +472,7 @@ class OUTLINER_PT_filter(Panel):
row.prop(space, "use_filter_view_layers", text="All View Layers")
row = col.row()
row.label(icon='OUTLINER_COLLECTION')
row.label(icon='GROUP')
row.prop(space, "use_filter_collection", text="Collections")
row = col.row()

View File

@@ -17,7 +17,7 @@ tabs_attr_infos = (
("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'),