Blender Git Loki
Git Commits -> Revision 6d55dcf
Revision 6d55dcf by Kévin Dietrich (master) April 5, 2017, 02:56 (GMT) |
Alembic: addition of a simple logging class. The idea is to have a system where we properly log error messages and let the users know that errors occured redirecting them to the console for explanations. This is only implemented for the exporter since the importer already has similar functionalities; however they shall ultimately be unified in some way. Reviewers: sybren, dfelinto Differential Revision: https://developer.blender.org/D2541 |
Commit Details:
Full Hash: 6d55dcf4dd2f2793ff433c31d4be30d7eaf35fba
Parent Commit: 411e7ab
Lines Changed: +103, -5
6 Modified Paths:
/source/blender/alembic/intern/abc_exporter.cc (+3, -2) (Diff)
/source/blender/alembic/intern/abc_exporter.h (+3, -0) (Diff)
/source/blender/alembic/intern/abc_object.cc (+1, -1) (Diff)
/source/blender/alembic/intern/abc_util.cc (+29, -0) (Diff)
/source/blender/alembic/intern/abc_util.h (+44, -0) (Diff)
/source/blender/alembic/intern/alembic_capi.cc (+23, -2) (Diff)
/source/blender/alembic/intern/abc_exporter.h (+3, -0) (Diff)
/source/blender/alembic/intern/abc_object.cc (+1, -1) (Diff)
/source/blender/alembic/intern/abc_util.cc (+29, -0) (Diff)
/source/blender/alembic/intern/abc_util.h (+44, -0) (Diff)
/source/blender/alembic/intern/alembic_capi.cc (+23, -2) (Diff)