Blender Git Commit Log
Git Commits -> Revision 2058792
Revision 2058792 by Lukas Toenne (alembic_pointcache) February 25, 2015, 09:31 (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: 205879263add2721a25dafad46f168c36a77630b
Parent Commit: 0de4284
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)