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