Blender Git Loki
Git Commits -> Revision 57deb68
Revision 57deb68 by Gaia Clary March 24, 2018, 21:30 (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: 57deb68e547f283387f1e27056e6de3bc0ce982a
Parent Commit: fd07e49
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)