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
Kévin Dietrich 753edafcb7 Alembic: store a pointer to the object reader in the cache modifiers and
constraints.

This avoids traversing the archive everytime object data is needed and
gives an overall consistent ~2x speedup here with files containing
between 136 and 500 Alembic objects. Also this somewhat nicely de-
duplicates code between data creation (upon import) and data streaming
(modifiers and constraints).

The only worying part is what happens when a CacheFile is deleted and/or
has its path changed. For now, we traverse the whole scene and for each
object using the CacheFile we free the pointer and NULL-ify it (see
BKE_cachefile_clean), but at some point this should be re-considered and
make use of the dependency graph.
2016-10-29 12:23:09 +02:00
..
2016-07-30 16:46:13 +10:00
2016-07-02 10:08:33 +10:00
2016-08-06 10:58:13 +02:00
2016-05-17 03:07:40 +10:00
2015-08-01 12:37:52 +10:00
2016-07-30 16:46:13 +10:00
2016-08-04 15:11:21 +02:00
2016-08-08 17:51:15 +02:00
2016-07-14 18:33:12 +02:00
2016-08-08 17:51:15 +02:00
2015-11-12 18:54:26 +11:00
2016-05-11 20:20:25 +10:00
2016-08-16 13:30:40 +02:00
2016-05-03 13:52:07 +10:00
2016-08-06 10:58:13 +02:00