Blender Git Commit Log
Git Commits -> Revision 74e94a7
Revision 74e94a7 by Gaia Clary (collada2.8) August 2, 2018, 15:49 (GMT) |
Refactor: Now only one Sample per frame and per object Previously the Bone aniumations where stored in separate BCSample instances. Now the BCSample class has one more entry for the animated bones (a matrix map) I am now ready for final cleaning up and testing. |
Commit Details:
Full Hash: 74e94a7ed4620807f7826a16e8f67a62db0fb633
Parent Commit: 7ca84b6
Lines Changed: +190, -74
7 Modified Paths:
/source/blender/collada/AnimationExporter.cpp (+8, -8) (Diff)
/source/blender/collada/AnimationExporter.h (+5, -5) (Diff)
/source/blender/collada/BCAnimationCurve.h (+0, -1) (Diff)
/source/blender/collada/BCAnimationCurveContainer.cpp (+92, -30) (Diff)
/source/blender/collada/BCAnimationCurveContainer.h (+13, -9) (Diff)
/source/blender/collada/BCSampleData.cpp (+53, -13) (Diff)
/source/blender/collada/BCSampleData.h (+19, -8) (Diff)
/source/blender/collada/AnimationExporter.h (+5, -5) (Diff)
/source/blender/collada/BCAnimationCurve.h (+0, -1) (Diff)
/source/blender/collada/BCAnimationCurveContainer.cpp (+92, -30) (Diff)
/source/blender/collada/BCAnimationCurveContainer.h (+13, -9) (Diff)
/source/blender/collada/BCSampleData.cpp (+53, -13) (Diff)
/source/blender/collada/BCSampleData.h (+19, -8) (Diff)