Blender Git Commit Log

Git Commits -> Revision 13672f8

Revision 13672f8 by Julian Eisel (master)
July 7, 2021, 16:41 (GMT)
Cleanup: Move file deselection function to more appropriate file

`filesel.c` seems like the place that should contain file selection
functions. Previously it was in `file_ops.c` because that was the only
file that actually used it. But a followup commit needs it from a
different file.

Commit Details:

Full Hash: 13672f8b3244c7c834789f3edb058d938bdd1168
Parent Commit: cffbfe5
Lines Changed: +16, -15

3 Modified Paths:

/source/blender/editors/space_file/filesel.c (+9, -0) (Diff)
/source/blender/editors/space_file/file_intern.h (+1, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+6, -15) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021