Blender Git Loki
Git Commits -> Revision f555bb8
Revision f555bb8 by Lukas Toenne (alembic_pointcache) March 5, 2015, 15:31 (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: f555bb8c615760626de8b538d6f8967674a345c5
Parent Commit: ea601a4
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)