Blender Git Loki
Git Commits -> Revision 3e8c838
Revision 3e8c838 by Nathan Letwory (master) March 9, 2011, 14:16 (GMT) |
Fix [#26012] Import Collada: instance_node incorrectly handled Reported by David Roy When <instance_node>s where read, their transformation matrix got overwritten with the transform matrix of their own node, not taking into account the parent node transformation. Instead of doing that we now get the parent node transformation matrix and apply it to its own, and prevent caller from overwriting this new transformation matrix. |
Commit Details:
Full Hash: 3e8c838a99830012d447d218975653858d6c6ccf
SVN Revision: 35429
Parent Commit: a23351f
Lines Changed: +31, -5