Blender Git Commit Log

Git Commits -> Revision a024da5

Revision a024da5 by Gaia Clary (master)
February 26, 2018, 16:16 (GMT)
Adding support for Matrix Transformation export

The exporter does export matrix data (4*4 Transformation matrix) only for Skeletal animation. For object animation only exporting to trans/rot/loc is implemented.

This task implements Matrix export also for simple Object animation.

Differential Revision: https://developer.blender.org/D3082

Commit Details:

Full Hash: a024da55af09fb75e3b72489a8696878909bf676
Parent Commit: 5f96573
Lines Changed: +214, -89

12 Modified Paths:

/source/blender/collada/AnimationExporter.cpp (+142, -49) (Diff)
/source/blender/collada/AnimationExporter.h (+4, -1) (Diff)
/source/blender/collada/collada.cpp (+3, -1) (Diff)
/source/blender/collada/collada.h (+1, -0) (Diff)
/source/blender/collada/collada_utils.cpp (+23, -0) (Diff)
/source/blender/collada/collada_utils.h (+8, -0) (Diff)
/source/blender/collada/ControllerExporter.cpp (+1, -1) (Diff)
/source/blender/collada/DocumentExporter.cpp (+4, -22) (Diff)
/source/blender/collada/ExportSettings.h (+1, -0) (Diff)
/source/blender/collada/SceneExporter.cpp (+1, -6) (Diff)
/source/blender/collada/SceneExporter.h (+0, -3) (Diff)
/source/blender/editors/io/io_collada.c (+26, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021