Blender Git Loki
Git Commits -> Revision 8e26111
Revision 8e26111 by Gaia Clary (master) May 28, 2016, 17:22 (GMT) |
Collada: Adding support for bone roll and bone layers Differential Revision: https://developer.blender.org/D2034 |
Commit Details:
Full Hash: 8e2611102090939f90fd5414e3717866f240020b
Parent Commit: 001ba5b
Lines Changed: +313, -151
7 Modified Paths:
/source/blender/collada/ArmatureExporter.cpp (+15, -0) (Diff)
/source/blender/collada/ArmatureImporter.cpp (+35, -110) (Diff)
/source/blender/collada/ArmatureImporter.h (+0, -31) (Diff)
/source/blender/collada/collada_utils.cpp (+191, -0) (Diff)
/source/blender/collada/collada_utils.h (+48, -0) (Diff)
/source/blender/collada/ExtraTags.cpp (+18, -5) (Diff)
/source/blender/collada/ExtraTags.h (+6, -5) (Diff)
/source/blender/collada/ArmatureImporter.cpp (+35, -110) (Diff)
/source/blender/collada/ArmatureImporter.h (+0, -31) (Diff)
/source/blender/collada/collada_utils.cpp (+191, -0) (Diff)
/source/blender/collada/collada_utils.h (+48, -0) (Diff)
/source/blender/collada/ExtraTags.cpp (+18, -5) (Diff)
/source/blender/collada/ExtraTags.h (+6, -5) (Diff)