Blender Git Loki

Git Commits -> Revision 7bffddf

Revision 7bffddf by Sybren A. Stüvel (master)
October 26, 2021, 17:21 (GMT)
Don't deselect assets in `ED_fileselect_activate_by_id`

`ED_fileselect_activate_by_id()` activates an asset (i.e. marks it as
the active asset in the asset browser). To avoid an "active but not
selected" state, it also selects it.

Before this commit, the function would also deselect all other assets,
but that's considered doing too much. If deselection is required, the
`ED_fileselect_deselect_all()` function can be called.

Manifest Task: T92152

Commit Details:

Full Hash: 7bffddfa6e877bd6e66cf5641515ebd07267f145
Parent Commit: a062d86
Lines Changed: +4, -5

3 Modified Paths:

/source/blender/editors/include/ED_fileselect.h (+1, -1) (Diff)
/source/blender/editors/space_file/filesel.c (+1, -3) (Diff)
/source/blender/makesrna/intern/rna_space_api.c (+2, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021