Blender Git Commit Log
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