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