Blender Git Loki

Git Commits -> Revision a189b71

Revision a189b71 by Campbell Barton (master)
September 23, 2011, 18:29 (GMT)
some speedup for drawing mesh in texture mode.
- only pass if the mesh has vertex colors to drawParams() rather then the mcol its self, this saves a lookup on the color.
- drawing textures in editmode with no vertex colors would still lookup vertex colors on each face, instead cache this info for all faces.

Commit Details:

Full Hash: a189b71a28d3eddc6b85948ab1063be0a032cde4
SVN Revision: 40508
Parent Commit: 120895f
Lines Changed: +28, -24

5 Modified Paths:

/source/blender/blenkernel/BKE_DerivedMesh.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+3, -3) (Diff)
/source/blender/editors/space_view3d/drawmesh.c (+16, -12) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021