[Bf-blender-cvs] [782879f82d7] asset-browser: Give the Asset Browser a proper icon :)

Julian Eisel noreply at git.blender.org
Sat Nov 14 01:53:42 CET 2020


Commit: 782879f82d7ffd1f5b6e0873b52c67330581a9a7
Author: Julian Eisel
Date:   Sat Nov 14 00:38:59 2020 +0100
Branches: asset-browser
https://developer.blender.org/rB782879f82d7ffd1f5b6e0873b52c67330581a9a7

Give the Asset Browser a proper icon :)

Turns out @jendrzych already created an icon for the Asset Manager/Browser.

===================================================================

M	source/blender/makesrna/intern/rna_space.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index e0b9ab37cce..966c020e765 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -173,7 +173,7 @@ const EnumPropertyItem rna_enum_space_sequencer_view_type_items[] = {
 
 const EnumPropertyItem rna_enum_space_file_browse_mode_items[] = {
     {FILE_BROWSE_MODE_FILES, "FILES", ICON_FILEBROWSER, "File Browser", ""},
-    {FILE_BROWSE_MODE_ASSETS, "ASSETS", ICON_FUND, "Asset Browser", ""},
+    {FILE_BROWSE_MODE_ASSETS, "ASSETS", ICON_ASSET_MANAGER, "Asset Browser", ""},
     {0, NULL, 0, NULL, NULL},
 };



More information about the Bf-blender-cvs mailing list