Blender Git Commit Log
Git Commits -> Revision c276030
Revision c276030 by Arystanbek Dyussenov (master) March 4, 2012, 13:43 (GMT) |
#collada skeleton import, bugfix #29621 Do not crash when joint SIDs cannot be resolved. OpenCOLLADA cannot resolve joint SIDs connected to skin if the <skeleton> tag is missing. Page 148 of COLLADA spec 1.4.1 states: "<skeleton> elements define where to start the sid lookup". So I think this is a bug in "FBX COLLADA exporter" which did not add the <skeleton> tag. The problem can be fixed by manually adding the <skeleton> tag into <instance_controller>. |
Commit Details:
Full Hash: c2760307e853e88fb61be24b7cc3db03d6d2219b
SVN Revision: 44636
Parent Commit: 12d0489
Lines Changed: +13, -9
1 Modified Path:
/source/blender/collada/ArmatureImporter.cpp (+13, -9) (Diff)