Blender Git Commit Log
Git Commits -> Revision 3c0d111
April 27, 2015, 10:34 (GMT) |
Alembic: Add utilities for task pool and scoped lock Currently unused, but handy for some further development. |
Commit Details:
Full Hash: 3c0d11126727dd76bc540392571643027a7006fb
Parent Commit: 970f7fe
Lines Changed: +263, -0
4 Added Paths:
/source/blender/pointcache/util/util_function.h (+48, -0) (View)
/source/blender/pointcache/util/util_task.cpp (+87, -0) (View)
/source/blender/pointcache/util/util_task.h (+51, -0) (View)
/source/blender/pointcache/util/util_thread.h (+74, -0) (View)
/source/blender/pointcache/util/util_task.cpp (+87, -0) (View)
/source/blender/pointcache/util/util_task.h (+51, -0) (View)
/source/blender/pointcache/util/util_thread.h (+74, -0) (View)
1 Modified Path:
/source/blender/pointcache/CMakeLists.txt (+3, -0) (Diff)