Blender Git Statistics -> Branches -> asset-browser
"Asset-browser" branch
Total commits : 237
Total committers : 2
First Commit : July 1, 2020
Latest Commit : December 10, 2020
Commits by Month
Date | Number of Commits | |
---|---|---|
December, 2020 | 116 | |
November, 2020 | 48 | |
October, 2020 | 18 | |
September, 2020 | 16 | |
August, 2020 | 20 | |
July, 2020 | 19 |
Committers
Author | Number of Commits |
---|---|
Julian Eisel | 227 |
Julian Eisel | 10 |
Popular Files
Filename | Total Edits |
---|---|
filelist.c | 30 |
asset_ops.c | 27 |
readfile.c | 25 |
rna_space.c | 24 |
DNA_space_types.h | 23 |
asset.c | 22 |
space_filebrowser.py | 21 |
DNA_asset_types.h | 20 |
space_file.c | 20 |
file_draw.c | 17 |
Latest commits 
December 10, 2020, 19:27 (GMT) |
Merge branch 'temp-review-asset-browser-ui' into asset-browser |
December 10, 2020, 19:19 (GMT) |
Merge branch 'temp-review-asset-filelists' into temp-review-asset-browser-ui |
December 10, 2020, 19:11 (GMT) |
Fix crash when splitting area with invisible file browser data |
December 10, 2020, 19:10 (GMT) |
Merge branch 'temp-review-asset-filelists' into temp-review-asset-browser-ui |
December 10, 2020, 18:40 (GMT) |
Undo unnecessary int type change |
December 10, 2020, 18:39 (GMT) |
Undo unnecessary int type change |
December 10, 2020, 18:18 (GMT) |
Avoid unsafe access to asset browsing through BPY Python could access asset selection params even though the browser was in file browsing mode. The value of that data would be undifined then. |
December 10, 2020, 17:33 (GMT) |
Address review comments |
December 10, 2020, 17:23 (GMT) |
Don't run thread-unsafe file-list reading in threads |
December 10, 2020, 17:07 (GMT) |
Fix compile errors after merge |
December 10, 2020, 17:05 (GMT) |
Merge branch 'temp-review-asset-filelists' into temp-review-asset-browser-ui |
December 10, 2020, 17:00 (GMT) |
Refactor how we store ID and asset data references in file lists * Remove ID-map and ID session-UUID code, we can now reference the ID directly. * Store imported asset metadata separately. * Because of that, `FILE_TYPE_ASSET_EXTERNAL` could be removed. * Get asset metadata of the current files via the ID directly. * Move local data references into a nested struct, to group them together and allow a clear comment on how they must be updated. * Improve comments and note how the local data needs to be updated. |
December 10, 2020, 16:18 (GMT) |
Fix invalid memory use of "Current File" after undo & deleting data-blocks Implement proper mechanisms to ensure the file list is recreated after undo, data-blocks are removed, assets created/removed or file loading without UI. This could be further improved (e.g. don't recreate it if no asset data-block is affected by undo or deletion). Addresses T82886 & T83242. |
December 10, 2020, 16:12 (GMT) |
Fix invalid memory use of "Current File" after undo & deleting data-blocks Implement proper mechanisms to ensure the file list is recreated after undo, data-blocks are removed, assets created/removed or file loading without UI. This could be further improved (e.g. don't recreate it if no asset data-block is affected by undo or deletion). Addresses T82886 & T83242. |
December 10, 2020, 02:01 (GMT) |
Don't allow selecting single .blend's as Asset Libraries for now Always select a directory - although this could contain a single .blend file of course. But this will make it easier to add the index/cache in future because it could just be placed in this directory. |
December 10, 2020, 01:53 (GMT) |
Finish support for directories as Asset Libraries I recently found out that the file reading code already supports listing the data-blocks from all .blends in a directory. All that was left to do was making sure drag & drop works, which is what this commit fixes. Addresses T82682. |
December 10, 2020, 01:28 (GMT) |
Merge branch 'temp-review-asset-browser-ui' into asset-browser |
December 10, 2020, 01:27 (GMT) |
Missed another one |
December 10, 2020, 01:25 (GMT) |
Correction to previous commit |
December 10, 2020, 01:24 (GMT) |
Missed something in last commit |
MiikaHweb - Blender Git Statistics v1.06