Merge branch 'blender-v5.0-release'
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user