Blender Git Loki
Git Commits -> Revision 8825250
Revision 8825250 by Robert Guetzkow (master) October 10, 2019, 15:30 (GMT) |
File Browser: add back Delete, which now moves files to the trash In Blender 2.7 delete would permanently delete files, now this function is back but using more standard behavior. This patch includes code contributed by Kris (Metricity). Differential Revision: https://developer.blender.org/D4585 |
Commit Details:
Full Hash: 8825250f5a85c0c16e74ed144dd2b4a7d752042f
Parent Commit: 826db89
Committed By: Brecht Van Lommel
Lines Changed: +217, -8
6 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+2, -0) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+3, -0) (Diff)
/release/scripts/startup/bl_ui/space_filebrowser.py (+7, -1) (Diff)
/source/blender/blenlib/BLI_fileops.h (+1, -0) (Diff)
/source/blender/blenlib/intern/fileops.c (+192, -1) (Diff)
/source/blender/editors/space_file/file_ops.c (+12, -6) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+3, -0) (Diff)
/release/scripts/startup/bl_ui/space_filebrowser.py (+7, -1) (Diff)
/source/blender/blenlib/BLI_fileops.h (+1, -0) (Diff)
/source/blender/blenlib/intern/fileops.c (+192, -1) (Diff)
/source/blender/editors/space_file/file_ops.c (+12, -6) (Diff)