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/intern
Kévin Dietrich 781f41f633 Alembic procedural: deduplicate cached data accross frames
Currently the procedural will add an entry to the cache for every frame
even if the data only changes seldomly. This means that in some cases we
will have duplicate data accross frames.

The cached data is now stored separately from the time information, and
an index is used to retrieve it based on time. This decoupling allows
for multiple frames to point to the same data.

To check if two arrays are the same, we compute their keys using the
Alembic library's routines (which is based on murmur3), and tell the
cache to reuse the last data if the keys match.

This can drastically reduce memory usage at the cost of more processing
time, although processing time is only increased if the topology may
change.
2021-03-24 14:18:51 +01:00
..
2020-10-19 08:43:08 -07:00
2021-02-05 14:30:35 +01:00
2021-03-22 14:39:39 +11:00
2021-03-24 11:00:31 +01:00
2020-10-19 09:11:00 -07:00
2020-10-19 08:12:33 -07:00
2021-03-12 00:51:29 +11:00
2020-11-19 17:19:48 +01:00