Blender Git Loki
Git Commits -> Revision 74afc56
Revision 74afc56 by Lukas Toenne (alembic_pointcache) November 12, 2014, 17:00 (GMT) |
Better error handling support for point cache functions. This defines wrapper macros which catch exceptions from Alembic and provide ways of reporting these in different ways, depending on the context. |
Commit Details:
Full Hash: 74afc561206edc224a47c40ce78e7943fe3c6ae2
Parent Commit: 6fac43e
Lines Changed: +315, -3
2 Added Paths:
/source/blender/pointcache/util/util_error_handler.cpp (+74, -0) (View)
/source/blender/pointcache/util/util_error_handler.h (+150, -0) (View)
/source/blender/pointcache/util/util_error_handler.h (+150, -0) (View)
8 Modified Paths:
/source/blender/ikplugin/intern/itasc_plugin.cpp (+2, -2) (Diff)
/source/blender/modifiers/intern/MOD_pointcache.c (+4, -0) (Diff)
/source/blender/pointcache/CMakeLists.txt (+2, -0) (Diff)
/source/blender/pointcache/intern/mesh.cpp (+4, -0) (Diff)
/source/blender/pointcache/intern/reader.cpp (+4, -1) (Diff)
/source/blender/pointcache/PTC_api.cpp (+51, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+8, -0) (Diff)
/source/blender/pointcache/util/util_types.h (+16, -0) (Diff)
/source/blender/modifiers/intern/MOD_pointcache.c (+4, -0) (Diff)
/source/blender/pointcache/CMakeLists.txt (+2, -0) (Diff)
/source/blender/pointcache/intern/mesh.cpp (+4, -0) (Diff)
/source/blender/pointcache/intern/reader.cpp (+4, -1) (Diff)
/source/blender/pointcache/PTC_api.cpp (+51, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+8, -0) (Diff)
/source/blender/pointcache/util/util_types.h (+16, -0) (Diff)