Blender Git Loki

Git Commits -> Revision f3e5bd9

March 23, 2015, 11:46 (GMT)
Moved the dupli cache reading code into a AbcDupligroupReader class.

This is more in line with how readers work in the Blender Alembic
implementation elsewhere.

Generally, readers are less persistent than writers: they are created
whenever cache results need to be updated (e.g. on frame changes) and
discarded afterward. Writers OTOH stay alive during the whole baking
job, since they keep the references to Alembic Writer instances and can
only be deleted once the writing for that part is done.

Commit Details:

Full Hash: f3e5bd94dbf3f47077725223025556f3f11960e1
Parent Commit: 3b83c58
Lines Changed: +130, -123

7 Modified Paths:

/source/blender/blenkernel/intern/cache_library.c (+6, -1) (Diff)
/source/blender/pointcache/alembic/abc_group.cpp (+83, -115) (Diff)
/source/blender/pointcache/alembic/abc_group.h (+35, -1) (Diff)
/source/blender/pointcache/alembic/alembic.cpp (+2, -2) (Diff)
/source/blender/pointcache/intern/ptc_types.h (+1, -1) (Diff)
/source/blender/pointcache/PTC_api.cpp (+2, -2) (Diff)
/source/blender/pointcache/PTC_api.h (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021