Blender Git Commit Log
Git Commits -> Revision 7041b99
Revision 7041b99 by Mike Erwin (master) April 16, 2017, 16:25 (GMT) |
use immUniformColor instead of immUniform("color" The specialized color functions are better in every way: - faster lookup (don't have to match "color" string) - flexible inputs (RGB with separate alpha) - automatic alpha = 1.0 if not specified Sort of related to T49043 |
Commit Details:
Full Hash: 7041b99b5a90509f215db83feeca900d123932b2
Parent Commit: bf441fc
Lines Changed: +15, -27
7 Modified Paths:
/source/blender/editors/gpencil/drawgpencil.c (+1, -1) (Diff)
/source/blender/editors/screen/area.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+7, -19) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_gesture.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -2) (Diff)
/source/blender/editors/screen/area.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+7, -19) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_gesture.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -2) (Diff)