Blender Git Loki
Git Commits -> Revision c15ae08
Revision c15ae08 by Joseph Mansfield (master) July 31, 2013, 13:48 (GMT) |
Code cleanup: libmv C API Clean up inconsistencies in the libmv C API: - All type identifiers are libmv_TypeName - All function identifiers libmv_functionName - Prefer libmv_nounVerb function names (e.g. libmv_featuresDestroy) - Match Blender code formatting rather than Google - Spelling corrections Code review: https://codereview.appspot.com/11494044/ |
Commit Details:
Full Hash: c15ae082bb3bcb379c343aa770601b49c0866583
SVN Revision: 58765
Parent Commit: 81fd056
Lines Changed: +269, -271