Blender Git Commit Log
Git Commits -> Revision 5ca4b18
April 10, 2015, 11:48 (GMT) |
Implemented alembic archive info as a stream callback and disabled popup and clipboard output. For a production-size archive the info string can become really large, and putting it into a buffer takes a long time. As a debugging tool the stdout printing is sufficient for now and can be done as a stringstream. |
Commit Details:
Full Hash: 5ca4b182eb3ad1dfa5456084f348a9928b0c670a
Parent Commit: a6b9fc6
Lines Changed: +70, -54
8 Modified Paths:
/source/blender/editors/io/io_cache_library.c (+17, -18) (Diff)
/source/blender/pointcache/alembic/abc_info.cpp (+45, -24) (Diff)
/source/blender/pointcache/alembic/abc_reader.cpp (+2, -4) (Diff)
/source/blender/pointcache/alembic/abc_reader.h (+1, -1) (Diff)
/source/blender/pointcache/alembic/alembic.h (+1, -1) (Diff)
/source/blender/pointcache/intern/reader.h (+1, -1) (Diff)
/source/blender/pointcache/PTC_api.cpp (+2, -4) (Diff)
/source/blender/pointcache/PTC_api.h (+1, -1) (Diff)
/source/blender/pointcache/alembic/abc_info.cpp (+45, -24) (Diff)
/source/blender/pointcache/alembic/abc_reader.cpp (+2, -4) (Diff)
/source/blender/pointcache/alembic/abc_reader.h (+1, -1) (Diff)
/source/blender/pointcache/alembic/alembic.h (+1, -1) (Diff)
/source/blender/pointcache/intern/reader.h (+1, -1) (Diff)
/source/blender/pointcache/PTC_api.cpp (+2, -4) (Diff)
/source/blender/pointcache/PTC_api.h (+1, -1) (Diff)