Blender Git Commit Log
Git Commits -> Revision ef74fc3
Revision ef74fc3 by Nicholas Bishop (soc-2010-nicolasbishop) July 25, 2010, 05:01 (GMT) |
== VPaint == Enabled textures for vpaint brushes. Not all of the texture options work yet. |
Commit Details:
Full Hash: ef74fc391d7d03061094a507939bf2e5f241c93c
SVN Revision: 30707
Parent Commit: 164e552
Lines Changed: +182, -156
6 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+7, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+115, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+29, -15) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+21, -140) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+7, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+115, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+29, -15) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+21, -140) (Diff)