Blender Git Commit Log
Git Commits -> Revision 2637efa
Revision 2637efa by Sergey Sharybin (master) September 23, 2012, 14:16 (GMT) |
Fix #32522: Object's diffuse color not showing in Sculpt Mode It was missing since sculpting mask implementation. Now object's color would be multiplied by sculpt mask value. For VBOs it's done by storing final color in VertexBufferFormat and mimic behavior of setMaterial callback for getting current diffuse color. For non-VBOs diffuse color is getting from current OpenGL context. |
Commit Details:
Full Hash: 2637efa2a372425d12c7c93b66ba87483a71f3b1
SVN Revision: 50827
Parent Commit: fa2daf0
Lines Changed: +102, -33