This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenkernel
Campbell Barton fade37ff07 Writefile: move file flags to BlendFileWriteParams
This removes G_FILE_HISTORY, G_FILE_SAVE_COPY & G_FILE_USERPREFS.

Using file-flags made logic harder to follow since it's not so clear
which flags are expected to be in G.fileflags & which are meant to be
set and passed as arguments, these are shared between read & write
functions too.

Add BlendFileWriteParams so options which don't need to be stored
aren't mixed up with flags that are stored for reuse.
2020-06-19 16:47:12 +10:00
..
2020-06-02 16:01:14 +02:00
2020-05-28 16:42:31 +10:00
2020-03-29 17:11:41 +11:00
2020-03-05 21:07:20 +01:00
2020-06-17 14:00:09 +10:00
2020-06-15 01:07:50 +10:00
2020-05-28 16:42:31 +10:00
2020-03-11 21:39:56 +11:00
2020-05-27 10:52:07 +10:00
2020-05-03 15:30:35 +02:00
2020-04-03 12:38:04 +11:00