Blender Git Commit Log

Git Commits -> Revision c21f193

Revision c21f193 by Sergey Sharybin (master)
December 1, 2011, 18:26 (GMT)
Fixed crash caused by recent VBO's changes

Crash was caused by non-initialized original index passing to compareDrawOptions
callback. Due to in some cases it's enough to know indices of faces in final DM
(like for comparing if the same texture used for mesh drawing) assume this
callback receives index in final DM and if it's needed it will make conversion
to original index itself.

This should help reaching extra speed if textured object is affected by
bevel modifiers, i.e.

Commit Details:

Full Hash: c21f19374bfc140ad9b9ca59c22dd9ce6caf376c
SVN Revision: 42318
Parent Commit: 9b931aa
Lines Changed: +23, -29

3 Modified Paths:

/source/blender/blenkernel/intern/cdderivedmesh.c (+4, -18) (Diff)
/source/blender/editors/space_view3d/drawmesh.c (+6, -6) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+13, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021