Blender Git Loki
Git Commits -> Revision ca11ef7
Revision ca11ef7 by Gaia Clary (master) March 11, 2018, 19:59 (GMT) |
Fix Collada: Avoid unnecessary and even wrong check on unavailable data The function validateConstraints() potentially causes a null pointer exception. I changed this so that the function returns a failure as soon as the validation fails. This avoids falling into the null pointer trap. |
Commit Details:
Full Hash: ca11ef7fd3de97f8f56d3b1a27972fd23eb6cea8
Parent Commit: 2de0daa
Lines Changed: +12, -6
1 Modified Path:
/source/blender/collada/AnimationExporter.cpp (+12, -6) (Diff)