Blender Git Loki

Git Commits -> Revision 7b0b538

Revision 7b0b538 by Lukas Toenne (alembic_pointcache)
December 8, 2013, 08:01 (GMT)
More info in the persistent alembic storage. Now use Writer/Reader structs in PointCache instead of plain Archive. The writer is constructed on write calls currently, because the basic point cache creation function doesn't provide necessary parameters. This will get replaced eventually, for now just testing the alembic code.

Commit Details:

Full Hash: 7b0b538a78c8845aa27952897ff6eabd66949f1c
Parent Commit: 684ad4f
Lines Changed: +308, -106

4 Added Paths:

/source/blender/pointcache/intern/reader.cpp (+18, -0) (View)
/source/blender/pointcache/intern/reader.h (+22, -0) (View)
/source/blender/pointcache/intern/writer.cpp (+36, -0) (View)
/source/blender/pointcache/intern/writer.h (+44, -0) (View)

2 Deleted Paths:

/source/blender/pointcache/intern/archive.cpp (+0, -18)
/source/blender/pointcache/intern/archive.h (+0, -22)

12 Modified Paths:

/source/blender/blenkernel/BKE_pointcache.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+4, -0) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+23, -19) (Diff)
/source/blender/makesdna/DNA_object_force.h (+1, -1) (Diff)
/source/blender/pointcache/CMakeLists.txt (+4, -2) (Diff)
/source/blender/pointcache/intern/particles.cpp (+52, -2) (Diff)
/source/blender/pointcache/intern/particles.h (+26, -2) (Diff)
/source/blender/pointcache/intern/schema.h (+38, -0) (Diff)
/source/blender/pointcache/intern/types.h (+6, -9) (Diff)
/source/blender/pointcache/PTC_api.cpp (+18, -24) (Diff)
/source/blender/pointcache/PTC_api.h (+10, -7) (Diff)
/source/blender/pointcache/test.cpp (+2, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021