Blender Git Commit Log
Git Commits -> Revision 6eaae37
Revision 6eaae37 by Campbell Barton (master) September 11, 2011, 04:31 (GMT) |
simple changes to grid drawing logic. - make ortho grid drawing use vertex arrays - make perspective view floor drawing cache result of UI_ThemeColorShade so its not called on every line. - make perspective view floor only loop once on each axis when the grid floor isnt being drawn (was looking over all grid lines for no reason). - add UI_GetColorPtrShade3ubv() to replace UI_GetColorPtrBlendShade3ubv() when no blending is needed. |
Commit Details:
Full Hash: 6eaae376a89ee1b0c38d7ff61017a6ba914055bd
SVN Revision: 40109
Parent Commit: 599cd56
Lines Changed: +112, -85