Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-06-05 12:44:36 +0300
committerJacques Lucke <jacques@blender.org>2020-06-05 12:44:36 +0300
commit48075b2c0531a6fafcecb28db025e56f0d095af0 (patch)
tree8b78dde51fbd69baf926f3fc4ada4a923967b196 /intern
parentce7409fd13d319ad2035909bda8b3ecd3b0002b8 (diff)
Blenloader: New API that will be used for blenloader decentralization
Design Task: T76372 This part of a larger refactoring towards a more extensible architecture in Blender: T75724 The API is defined in `BLO_read_write.h`. It adds the small data structures `BlendWriter`, `BlendDataReader`, `BlendLibReader` and `BlendExpander`. Those contain context about the current read/write operation. Furthermore, it adds many functions with the prefixes `BLO_write_*`, `BLO_read_*` and `BLO_expand_*`. Lib linking and expanding will probably be handled by the more generic libquery system eventually. The corresponding parts of the API can be removed then.
Diffstat (limited to 'intern')
0 files changed, 0 insertions, 0 deletions