Blender Git Commit Log
Git Commits -> Revision b0a6a38
Revision b0a6a38 by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) April 29, 2021, 16:25 (GMT) |
Asset: Keep assets active after renaming, make sure they are scrolled into view I want to clean this up a bit still, but it seems to work now. Also includes (to be split off): * Don't allow renaming assets from the file list for now (e.g. right-click > Rename). This doesn't work yet and I'm not sure it should even. If an asset is a local data-block it can be renamed in the sidebar. * Fix broken logic to scroll a preview into view. * Partially includes D9994. These changes were needed for this to work. Differential Revision: https://developer.blender.org/D11119 |
Commit Details:
Full Hash: b0a6a38823729a1010db4408d1e60ad6f97ba377
Parent Commit: 4194545
Lines Changed: +126, -51
9 Modified Paths:
/source/blender/blenkernel/intern/screen.c (+8, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+43, -30) (Diff)
/source/blender/editors/space_file/filelist.h (+5, -2) (Diff)
/source/blender/editors/space_file/filesel.c (+30, -2) (Diff)
/source/blender/editors/space_file/file_draw.c (+6, -7) (Diff)
/source/blender/editors/space_file/file_intern.h (+3, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+11, -6) (Diff)
/source/blender/editors/space_file/space_file.c (+13, -4) (Diff)
/source/blender/makesdna/DNA_space_types.h (+7, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+43, -30) (Diff)
/source/blender/editors/space_file/filelist.h (+5, -2) (Diff)
/source/blender/editors/space_file/filesel.c (+30, -2) (Diff)
/source/blender/editors/space_file/file_draw.c (+6, -7) (Diff)
/source/blender/editors/space_file/file_intern.h (+3, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+11, -6) (Diff)
/source/blender/editors/space_file/space_file.c (+13, -4) (Diff)
/source/blender/makesdna/DNA_space_types.h (+7, -0) (Diff)