Blender Git Loki
Git Commits -> Revision 038cd16
Revision 038cd16 by Gaia Clary March 11, 2018, 20:07 (GMT) |
Fix: Collada Exporter/Import break Object hierarchy Exporter: Children of Armatures where not exported as children but as sibblings. Importer: When an object is linked to an armature then the Importer unconditionally makes the child a direct child of Armature. Actually, if the child is already a child of the armature, then there is no need to reparent it. |
Commit Details:
Full Hash: 038cd16c06f644fb44ae373a91b7c44bb604b450
Parent Commit: f6eb92f
Lines Changed: +6, -7