Blender Git Commit Log
Git Commits -> Revision eed8674
March 26, 2015, 13:12 (GMT) |
Archive Info operator for Cache Library archives. This creates a string with information about all the objects and properties contained within a (Alembic) archive, used by a cache library. The operator has 3 modes of presenting the info string: - stdout, ie. printing to the terminal - popup window (not very useful usually due to size limits and lack of scrolling) - clipboard copy |
Commit Details:
Full Hash: eed8674c17bc24b15362f21601c97192046d8c73
Parent Commit: 38b0940
Lines Changed: +428, -4
2 Added Paths:
/source/blender/pointcache/alembic/abc_info.cpp (+246, -0) (View)
/source/blender/pointcache/alembic/alembic.h (+32, -0) (View)
/source/blender/pointcache/alembic/alembic.h (+32, -0) (View)
10 Modified Paths:
/release/scripts/startup/bl_ui/properties_scene.py (+10, -4) (Diff)
/source/blender/editors/io/io_cache_library.c (+116, -0) (Diff)
/source/blender/editors/io/io_cache_library.h (+2, -0) (Diff)
/source/blender/editors/io/io_ops.c (+1, -0) (Diff)
/source/blender/pointcache/alembic/abc_reader.cpp (+6, -0) (Diff)
/source/blender/pointcache/alembic/abc_reader.h (+1, -0) (Diff)
/source/blender/pointcache/alembic/CMakeLists.txt (+2, -0) (Diff)
/source/blender/pointcache/intern/reader.h (+1, -0) (Diff)
/source/blender/pointcache/PTC_api.cpp (+9, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+2, -0) (Diff)
/source/blender/editors/io/io_cache_library.c (+116, -0) (Diff)
/source/blender/editors/io/io_cache_library.h (+2, -0) (Diff)
/source/blender/editors/io/io_ops.c (+1, -0) (Diff)
/source/blender/pointcache/alembic/abc_reader.cpp (+6, -0) (Diff)
/source/blender/pointcache/alembic/abc_reader.h (+1, -0) (Diff)
/source/blender/pointcache/alembic/CMakeLists.txt (+2, -0) (Diff)
/source/blender/pointcache/intern/reader.h (+1, -0) (Diff)
/source/blender/pointcache/PTC_api.cpp (+9, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+2, -0) (Diff)