Blender Git Commit Log
Git Commits -> Revision f1fde1f
March 23, 2015, 11:46 (GMT) |
Better dupligroup Alembic writer. Uses the duplilist generated by Blender to define instances, instead of recreating the group layout. This omits some information about actual structure of the DNA, which might be useful later on. The main problem is that the duplilist itself does not encode this, so it's a tradeoff between either including the Group structure or omitting the other dupli types, like face, vertex, particle duplis. |
Commit Details:
Full Hash: f1fde1f4fb0c81a16c0e80b6ec766a32f041b8de
Parent Commit: c71768d
Lines Changed: +204, -15
11 Modified Paths:
/source/blender/editors/io/io_cache_library.c (+13, -6) (Diff)
/source/blender/pointcache/alembic/abc_group.cpp (+80, -0) (Diff)
/source/blender/pointcache/alembic/abc_group.h (+24, -0) (Diff)
/source/blender/pointcache/alembic/abc_writer.cpp (+16, -4) (Diff)
/source/blender/pointcache/alembic/abc_writer.h (+16, -1) (Diff)
/source/blender/pointcache/alembic/alembic.cpp (+6, -0) (Diff)
/source/blender/pointcache/intern/export.cpp (+21, -0) (Diff)
/source/blender/pointcache/intern/export.h (+10, -3) (Diff)
/source/blender/pointcache/intern/ptc_types.h (+1, -0) (Diff)
/source/blender/pointcache/PTC_api.cpp (+15, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+2, -1) (Diff)
/source/blender/pointcache/alembic/abc_group.cpp (+80, -0) (Diff)
/source/blender/pointcache/alembic/abc_group.h (+24, -0) (Diff)
/source/blender/pointcache/alembic/abc_writer.cpp (+16, -4) (Diff)
/source/blender/pointcache/alembic/abc_writer.h (+16, -1) (Diff)
/source/blender/pointcache/alembic/alembic.cpp (+6, -0) (Diff)
/source/blender/pointcache/intern/export.cpp (+21, -0) (Diff)
/source/blender/pointcache/intern/export.h (+10, -3) (Diff)
/source/blender/pointcache/intern/ptc_types.h (+1, -0) (Diff)
/source/blender/pointcache/PTC_api.cpp (+15, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+2, -1) (Diff)