Blender Git Commit Log
Git Commits -> Revision 2cb3fe3
Revision 2cb3fe3 by Domino Marama (master) February 5, 2012, 16:19 (GMT) |
Patch #30050 by Juha Mäki-Kanto (kanttori) Fixes for Collada exporter. Adds Second Life compatibility for armatures Adds objects parentinverse to exported transform if it's non-identity Fix mismatch between add_inv_bind_mats and add_joints_source accessor counts Fix bone exports in world space should be local space |
Commit Details:
Full Hash: 2cb3fe3dfd830386633e5642d35108be8b6b6a17
SVN Revision: 43915
Parent Commit: fa16300
Lines Changed: +109, -17
10 Modified Paths:
/source/blender/collada/AnimationExporter.cpp (+21, -0) (Diff)
/source/blender/collada/AnimationExporter.h (+4, -1) (Diff)
/source/blender/collada/ArmatureExporter.cpp (+47, -7) (Diff)
/source/blender/collada/collada.cpp (+2, -1) (Diff)
/source/blender/collada/collada.h (+1, -1) (Diff)
/source/blender/collada/DocumentExporter.cpp (+1, -1) (Diff)
/source/blender/collada/ExportSettings.h (+1, -0) (Diff)
/source/blender/collada/TransformWriter.cpp (+22, -0) (Diff)
/source/blender/makesrna/intern/rna_scene_api.c (+5, -4) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+5, -2) (Diff)
/source/blender/collada/AnimationExporter.h (+4, -1) (Diff)
/source/blender/collada/ArmatureExporter.cpp (+47, -7) (Diff)
/source/blender/collada/collada.cpp (+2, -1) (Diff)
/source/blender/collada/collada.h (+1, -1) (Diff)
/source/blender/collada/DocumentExporter.cpp (+1, -1) (Diff)
/source/blender/collada/ExportSettings.h (+1, -0) (Diff)
/source/blender/collada/TransformWriter.cpp (+22, -0) (Diff)
/source/blender/makesrna/intern/rna_scene_api.c (+5, -4) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+5, -2) (Diff)