Blender Git Loki
Git Commits -> Revision f75bf20
February 18, 2012, 16:55 (GMT) |
Fix rest of #27022, collada export: add bone parenting of objects - SceneExporter collects a list of child-objects for armature-object and passes it onto ArmatureExporter - SceneExporter's writeNodes is then called from ArmatureExporter for matching child-objects for bone. - ArmatureExporter removes written child-objects from list, objects not exported as being bone parented are exported as direct children of the armature-node. - Should play nice with current Second Life-compatibility. A nicer implementation would require some design changes, will have to wait. |
Commit Details:
Full Hash: f75bf20c817d9e09b23513d007bc8cc69ff00d48
SVN Revision: 44231
Parent Commit: 7beddb7
Lines Changed: +91, -31