Blender Git Commit Log
Git Commits -> Revision 01bf0f3
March 23, 2015, 11:23 (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: 01bf0f37a7af77a8d25e5766e06b6ae57605be8a
Parent Commit: 03fddef
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)