Blender Git Loki
Git Commits -> Revision 490a775
March 26, 2015, 13:10 (GMT) |
Use explicit name strings for all readers/writers in the cache instead of constructing names internally. This helps prevent name collisions and guarantees a consistent naming scheme for putting multiple items in the same cache. |
Commit Details:
Full Hash: 490a775fa7b96a581a6924ea7af67874f2ed579e
Parent Commit: 46f15b3
Lines Changed: +82, -77
9 Modified Paths:
/source/blender/pointcache/alembic/abc_cloth.cpp (+9, -9) (Diff)
/source/blender/pointcache/alembic/abc_cloth.h (+2, -2) (Diff)
/source/blender/pointcache/alembic/abc_mesh.cpp (+8, -8) (Diff)
/source/blender/pointcache/alembic/abc_mesh.h (+2, -2) (Diff)
/source/blender/pointcache/alembic/abc_particles.cpp (+17, -17) (Diff)
/source/blender/pointcache/alembic/abc_particles.h (+4, -4) (Diff)
/source/blender/pointcache/intern/alembic.h (+10, -10) (Diff)
/source/blender/pointcache/PTC_api.cpp (+22, -17) (Diff)
/source/blender/pointcache/PTC_api.h (+8, -8) (Diff)
/source/blender/pointcache/alembic/abc_cloth.h (+2, -2) (Diff)
/source/blender/pointcache/alembic/abc_mesh.cpp (+8, -8) (Diff)
/source/blender/pointcache/alembic/abc_mesh.h (+2, -2) (Diff)
/source/blender/pointcache/alembic/abc_particles.cpp (+17, -17) (Diff)
/source/blender/pointcache/alembic/abc_particles.h (+4, -4) (Diff)
/source/blender/pointcache/intern/alembic.h (+10, -10) (Diff)
/source/blender/pointcache/PTC_api.cpp (+22, -17) (Diff)
/source/blender/pointcache/PTC_api.h (+8, -8) (Diff)