blender/source
Jacques Lucke 48075b2c05 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.
2020-06-05 11:44:36 +02:00
..
blender Blenloader: New API that will be used for blenloader decentralization 2020-06-05 11:44:36 +02:00
creator Merge branch 'blender-v2.83-release' 2020-05-29 18:05:04 +02:00
tools@5cf2fc3e5d UI: rename Cycles point light Size to Radius, for consistency and clarity 2020-06-02 08:08:59 +02:00
CMakeLists.txt