Blender Git Commit Log
Git Commits -> Revision 51103ee
Revision 51103ee by Gaia Clary (collada2.8) August 2, 2018, 15:58 (GMT) |
Refactor Collada: reorganized the BC classes for easier use * Made many changes to make the usage of the BCAnimationSampler much easier. * Reorganized the header files * renamed methods for better reading * Added Matrix typedef to replace float mat[4][4] * simplifdied the construction of BCSampleData entries * Added BCCamera BCLamp and BCMaterial classes * Added support for Camera xfov export * Added supprot for easier FCurve modifications through the BCAnimationCurve API * Added comments * Removed unnecessary code * Simplified code wherever possible |
Commit Details:
Full Hash: 51103eeebec2696ebe2ae9a3ab9b54e92ee22466
Parent Commit: 16141f4
Lines Changed: +530, -394
7 Modified Paths:
/source/blender/collada/AnimationExporter.cpp (+190, -248) (Diff)
/source/blender/collada/AnimationExporter.h (+73, -75) (Diff)
/source/blender/collada/BCAnimationCurve.cpp (+123, -7) (Diff)
/source/blender/collada/BCAnimationCurve.h (+52, -3) (Diff)
/source/blender/collada/BCAnimationCurveContainer.cpp (+10, -17) (Diff)
/source/blender/collada/BCSampleData.cpp (+49, -29) (Diff)
/source/blender/collada/BCSampleData.h (+33, -15) (Diff)
/source/blender/collada/AnimationExporter.h (+73, -75) (Diff)
/source/blender/collada/BCAnimationCurve.cpp (+123, -7) (Diff)
/source/blender/collada/BCAnimationCurve.h (+52, -3) (Diff)
/source/blender/collada/BCAnimationCurveContainer.cpp (+10, -17) (Diff)
/source/blender/collada/BCSampleData.cpp (+49, -29) (Diff)
/source/blender/collada/BCSampleData.h (+33, -15) (Diff)