Blender Git Loki
Git Commits -> Revision 872d899
May 5, 2017, 13:53 (GMT) |
Clean up weight/vertex painting code Now passing selection state instead of colors for the wire/face mask overlay thing. Also added masking indication on the faces in vertex paint. |
Commit Details:
Full Hash: 872d8993ddda28a4340730a5842af18ccf55fd2b
Parent Commit: 14bf4ed
Lines Changed: +116, -59
2 Added Paths:
/source/blender/draw/modes/shaders/paint_wire_frag.glsl (+17, -0) (View)
/source/blender/draw/modes/shaders/paint_wire_vert.glsl (+13, -0) (View)
/source/blender/draw/modes/shaders/paint_wire_vert.glsl (+13, -0) (View)
7 Modified Paths:
/source/blender/draw/CMakeLists.txt (+2, -0) (Diff)
/source/blender/draw/intern/draw_cache.c (+2, -2) (Diff)
/source/blender/draw/intern/draw_cache.h (+1, -1) (Diff)
/source/blender/draw/intern/draw_cache_impl.h (+1, -1) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+24, -45) (Diff)
/source/blender/draw/modes/paint_vertex_mode.c (+32, -2) (Diff)
/source/blender/draw/modes/paint_weight_mode.c (+24, -8) (Diff)
/source/blender/draw/intern/draw_cache.c (+2, -2) (Diff)
/source/blender/draw/intern/draw_cache.h (+1, -1) (Diff)
/source/blender/draw/intern/draw_cache_impl.h (+1, -1) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+24, -45) (Diff)
/source/blender/draw/modes/paint_vertex_mode.c (+32, -2) (Diff)
/source/blender/draw/modes/paint_weight_mode.c (+24, -8) (Diff)