Blender Git Loki
Git Commits -> Revision ed2c482
Revision ed2c482 by Julian Eisel (master) March 11, 2021, 16:43 (GMT) |
Fix Asset Browser showing oudated list for changes done while browser is hidden Steps to reproduce were: * Open an Asset Browser * "Mark Asset" on some data-block * Change the Asset Browser into a different editor (not File Browser!) * "Clear Asset" on the data-block again, or mark another asset * Change back to the Asset Browser, it will show an outdated list Now the file-browser reloads local file data after spaces were changed. Note that the current notifier code doesn't limit the space-change notifiers to the affected spaces, so changing any visible space will trigger this. That's an issue to be fixed separately. |
Commit Details:
Full Hash: ed2c4825d3e23441444e5d371278588c946e7551
Parent Commit: a1b01ed
Lines Changed: +20, -12
1 Modified Path:
/source/blender/editors/space_file/space_file.c (+20, -12) (Diff)