Blender Git Commit Log

Git Commits -> Revision 279e517

Revision 279e517 by Gaia Clary (collada2.8)
August 2, 2018, 13:04 (GMT)
Feature Collada: Export also not selected intermediate objects

Problem: When we export an Object Hierarchy, then we must export
all elements of the hierarchy to maintain the transforms. This
is especially important when exporting animated objects, because the
animation curves are exported as relative curves based on the
parent-child hierarchy. If an intermediate animated object is missing
then the exported animation breaks.

Solution: If the "Selected" Optioon is enabled, then take care
to also export all objects which are not selected and hidden,
but which are parents of selected objects.

Commit Details:

Full Hash: 279e51777057f0cb5c3a96060e221cf49da7cb27
Parent Commit: bcbcc29
Lines Changed: +150, -147

5 Modified Paths:

/source/blender/collada/ArmatureExporter.cpp (+14, -11) (Diff)
/source/blender/collada/ArmatureExporter.h (+6, -5) (Diff)
/source/blender/collada/DocumentExporter.cpp (+3, -3) (Diff)
/source/blender/collada/SceneExporter.cpp (+121, -124) (Diff)
/source/blender/collada/SceneExporter.h (+6, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021