Blender Git Commit Log
Git Commits -> Revision b916220
Revision b916220 by Gaia Clary March 22, 2018, 23:30 (GMT) |
First stable version of new Collada Animation Exporter. This still needs cleanup and fixing (wip) |
Commit Details:
Full Hash: b91622009714987293d53b45f50a7a2b7d3e6dd4
Parent Commit: 1639ee0
Lines Changed: +1777, -2339
13 Modified Paths:
/source/blender/collada/AnimationExporter.cpp (+504, -1574) (Diff)
/source/blender/collada/AnimationExporter.h (+89, -111) (Diff)
/source/blender/collada/ArmatureExporter.cpp (+3, -3) (Diff)
/source/blender/collada/ArmatureExporter.h (+2, -2) (Diff)
/source/blender/collada/BCAnimationCurve.cpp (+208, -42) (Diff)
/source/blender/collada/BCAnimationCurve.h (+68, -15) (Diff)
/source/blender/collada/BCAnimationCurveContainer.cpp (+463, -431) (Diff)
/source/blender/collada/BCAnimationCurveContainer.h (+193, -57) (Diff)
/source/blender/collada/BCMatrix.h (+6, -1) (Diff)
/source/blender/collada/collada_utils.cpp (+62, -8) (Diff)
/source/blender/collada/collada_utils.h (+20, -10) (Diff)
/source/blender/collada/ExportSettings.h (+14, -0) (Diff)
/source/blender/editors/io/io_collada.c (+145, -85) (Diff)
/source/blender/collada/AnimationExporter.h (+89, -111) (Diff)
/source/blender/collada/ArmatureExporter.cpp (+3, -3) (Diff)
/source/blender/collada/ArmatureExporter.h (+2, -2) (Diff)
/source/blender/collada/BCAnimationCurve.cpp (+208, -42) (Diff)
/source/blender/collada/BCAnimationCurve.h (+68, -15) (Diff)
/source/blender/collada/BCAnimationCurveContainer.cpp (+463, -431) (Diff)
/source/blender/collada/BCAnimationCurveContainer.h (+193, -57) (Diff)
/source/blender/collada/BCMatrix.h (+6, -1) (Diff)
/source/blender/collada/collada_utils.cpp (+62, -8) (Diff)
/source/blender/collada/collada_utils.h (+20, -10) (Diff)
/source/blender/collada/ExportSettings.h (+14, -0) (Diff)
/source/blender/editors/io/io_collada.c (+145, -85) (Diff)