CHANGELOG: update for new tracing behaviour of directory assets

This commit is contained in:
Sybren A. Stüvel 2023-11-02 15:01:05 +01:00
parent 606377180c
commit ef5b83feda

View File

@ -7,6 +7,7 @@ changed functionality, fixed bugs).
- Add `BlendFileBlock.raw_data()` and `.as_string()` functions. These functions interpret the data in a `BlendFileBlock` as either `bytes` or `string`. This can be used to obtain the contents of a `char*` (instead of the more common embedded `char[N]` array).
- Add support for IES lights ([#92883](https://projects.blender.org/blender/blender-asset-tracer/pulls/92883)).
- Fix issue packing 'directory' assets (like fluid simulation caches; [#104259](https://projects.blender.org/studio/flamenco/issues/104259)).
# Version 1.15 (2022-12-16)