Blender Git Commit Log

Git Commits -> Revision 3aedb3a

Revision 3aedb3a by Lukas Toenne (master)
March 5, 2014, 14:13 (GMT)
Fix for invalid custom data checks in armature and lattice functions.

Testing for custom data availability with getVertData and index 0 fails
on assert for empty meshes (the index must be in valid range). Better
use getVertDataArray which has no requirement for specific index.

Commit Details:

Full Hash: 3aedb3aed7c8c2a268db2fab6e69007fa65f4950
Parent Commit: df3116b
Lines Changed: +2, -2

2 Modified Paths:

/source/blender/blenkernel/intern/armature.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/lattice.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021