Blender Git Loki
Git Commits -> Revision bc05525
Revision bc05525 by Gaia Clary (master) May 27, 2019, 14:00 (GMT) |
fix: collada transformtype must be identical for animation export and object export When exporting an object we can choose the transformation type 'Matrix' or 'trans/rot/scale' When exporting an animation we have the same choice regarding the used transformation type. However we must make sure that animations and objects use the same transformation type within one colleda export. The user interface is now reworked such that the correct settings are always guaranteed. I also reworked the tool tips |
Commit Details:
Full Hash: bc055258d5abdd692003e5ae175d2548183818a4
Parent Commit: 4db3916
Lines Changed: +110, -45
6 Modified Paths:
/source/blender/collada/AnimationExporter.cpp (+1, -1) (Diff)
/source/blender/collada/ExportSettings.h (+9, -3) (Diff)
/source/blender/collada/SceneExporter.cpp (+1, -1) (Diff)
/source/blender/collada/TransformWriter.cpp (+24, -12) (Diff)
/source/blender/collada/TransformWriter.h (+1, -1) (Diff)
/source/blender/editors/io/io_collada.c (+74, -27) (Diff)
/source/blender/collada/ExportSettings.h (+9, -3) (Diff)
/source/blender/collada/SceneExporter.cpp (+1, -1) (Diff)
/source/blender/collada/TransformWriter.cpp (+24, -12) (Diff)
/source/blender/collada/TransformWriter.h (+1, -1) (Diff)
/source/blender/editors/io/io_collada.c (+74, -27) (Diff)