Blender Git Loki
Git Commits -> Revision 05cdff9
Revision 05cdff9 by Ton Roosendaal (master) February 14, 2009, 14:25 (GMT) |
2.5 FileWindow: It appeared all load/save went via 1 call, so the 'OK save over' menu popped up on loading files too. Added check in the function for saving... bit weak, could become an argument for ED_fileselect. Also renamed file operators to conform to others. |
Commit Details:
Full Hash: 05cdff9bf1687a6998e8bd13b21003e97e98c81d
SVN Revision: 18969
Parent Commit: 3f425df
Lines Changed: +64, -56
5 Modified Paths:
/source/blender/editors/screen/screen_ops.c (+2, -2) (Diff)
/source/blender/editors/space_file/file_draw.c (+4, -4) (Diff)
/source/blender/editors/space_file/file_intern.h (+10, -10) (Diff)
/source/blender/editors/space_file/file_ops.c (+32, -24) (Diff)
/source/blender/editors/space_file/space_file.c (+16, -16) (Diff)
/source/blender/editors/space_file/file_draw.c (+4, -4) (Diff)
/source/blender/editors/space_file/file_intern.h (+10, -10) (Diff)
/source/blender/editors/space_file/file_ops.c (+32, -24) (Diff)
/source/blender/editors/space_file/space_file.c (+16, -16) (Diff)