Blender Git Commit Log

Git Commits -> Revision 6da8a13

September 2, 2021, 15:23 (GMT)
Very basic tree drawing in the Asset Browser sidebar

Draws the catalogs in the Asset Browser sidebar with some dummy icons.
Also adds an "All" and a "Unassigned" item. Besides hover feedback,
interaction is not working yet.

Also removes the categories UI and makes sure all assets are drawn
always. Filtering by catalog needs to be implemented still.

Commit Details:

Full Hash: 6da8a138209d4d80f0811932f2b253216afa4199
Parent Commit: e8eb5d8
Lines Changed: +146, -69

1 Added Path:

/source/blender/editors/space_file/asset_catalog_tree_view.cc (+79, -0) (View)

11 Modified Paths:

/release/scripts/startup/bl_ui/space_filebrowser.py (+2, -1) (Diff)
/source/blender/blenkernel/BKE_asset_catalog.hh (+1, -0) (Diff)
/source/blender/blenkernel/intern/asset_catalog.cc (+5, -0) (Diff)
/source/blender/editors/space_file/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+5, -0) (Diff)
/source/blender/editors/space_file/filelist.h (+2, -0) (Diff)
/source/blender/editors/space_file/filesel.c (+1, -4) (Diff)
/source/blender/editors/space_file/file_intern.h (+16, -0) (Diff)
/source/blender/editors/space_file/file_panels.c (+30, -0) (Diff)
/source/blender/editors/space_file/space_file.c (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_space.c (+0, -62) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021