Blender Git Commit Log
Git Commits -> Revision 4326f8a
Revision 4326f8a by Bastien Montagne (master) March 5, 2019, 20:05 (GMT) |
File Editor: Refactor 'new dir' / renaming code. We really do not need two 256 chars variables to hanlde renaming, a mere pair of flags can handle the situation just as well. Also, scroll to newly renamed item, will help when one want to find again the directory they just added and rename. At some point we'll probably want to refactor scrolling further (to make it fully out of rename code/context e.g.), but for now think this will do. |
Commit Details:
Full Hash: 4326f8af08c845eeb4eb45800ca047f690044007
Parent Commit: 8858311
Lines Changed: +72, -21
5 Modified Paths:
/source/blender/editors/space_file/filesel.c (+19, -5) (Diff)
/source/blender/editors/space_file/file_draw.c (+14, -3) (Diff)
/source/blender/editors/space_file/file_ops.c (+24, -9) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+14, -3) (Diff)
/source/blender/editors/space_file/file_draw.c (+14, -3) (Diff)
/source/blender/editors/space_file/file_ops.c (+24, -9) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+14, -3) (Diff)