Blender Git Commits
March 23, 2015, 14:41 (GMT) |
quiet warning |
March 23, 2015, 14:38 (GMT) |
Merge branch 'master' into vertex_paint_pbvh |
February 26, 2015, 15:24 (GMT) |
Fix silly error in last merge |
February 26, 2015, 15:20 (GMT) |
Merge branch 'master' into vertex_paint_pbvh Conflicts: source/blender/editors/sculpt_paint/sculpt.c |
January 2, 2015, 12:38 (GMT) |
WIP incorrect inconvenient code that is supposed to draw PBVH colors. |
December 29, 2014, 11:57 (GMT) |
Cleanup and compile fix after merge |
December 29, 2014, 11:45 (GMT) |
Merge branch 'master' into vertex_paint_pbvh Conflicts: source/blender/editors/sculpt_paint/sculpt.c |
December 24, 2014, 13:42 (GMT) |
Vertex painting PBVH refactor: Refactor PBVH off SculptSession and in a separate PaintSession struct Entering Vertex painting will generate a PBVH and vertex painting now draws using PBVH. Add stub vertex painting operator that will use PBVH. |