Blender Git Commit Log
Git Commits -> Revision 9d807eb
Revision 9d807eb by Sergey Sharybin (master) December 9, 2011, 11:46 (GMT) |
Mesh drawing optimization and fixes: - Pass MFace, MTface and OrigIndex arrays via userData to compareDrawParams callback rather than looking up for this layers for each face - This allowed to avoid massing DM to compare callback which seems like a bad-level pass - Fixed crashes on some video cards when assigning different materials to different faces in edit mode. Both of intel and nvidia cards in my laptop were affected by this error |
Commit Details:
Full Hash: 9d807eb6ddaead5e3d29bdb53cbad5060f636c7b
SVN Revision: 42536
Parent Commit: 2827f57
Lines Changed: +33, -25