Blender Git Loki
Git Commits -> Revision 9a87051
Revision 9a87051 by Lukas Toenne (gooseberry) June 18, 2015, 12:19 (GMT) |
Extended frame selection for the cache slice operator to support multiple frame ranges. Caches can generally be constructed using an arbitrary subset of samples from the original file. It's mostly a matter of operator UI how this can be defined by users. |
Commit Details:
Full Hash: 9a87051725369f77449493a06de72fc83408e153
Parent Commit: b9bccd5
Lines Changed: +181, -101
7 Modified Paths:
/source/blender/editors/io/io_cache_library.c (+96, -52) (Diff)
/source/blender/pointcache/alembic/abc_split.cpp (+41, -42) (Diff)
/source/blender/pointcache/alembic/alembic.cpp (+23, -2) (Diff)
/source/blender/pointcache/alembic/alembic.h (+5, -1) (Diff)
/source/blender/pointcache/intern/ptc_types.h (+1, -1) (Diff)
/source/blender/pointcache/PTC_api.cpp (+8, -2) (Diff)
/source/blender/pointcache/PTC_api.h (+7, -1) (Diff)
/source/blender/pointcache/alembic/abc_split.cpp (+41, -42) (Diff)
/source/blender/pointcache/alembic/alembic.cpp (+23, -2) (Diff)
/source/blender/pointcache/alembic/alembic.h (+5, -1) (Diff)
/source/blender/pointcache/intern/ptc_types.h (+1, -1) (Diff)
/source/blender/pointcache/PTC_api.cpp (+8, -2) (Diff)
/source/blender/pointcache/PTC_api.h (+7, -1) (Diff)