Blender Git Loki
Git Commits -> Revision c227e25
Revision c227e25 by Nicholas Bishop (soc-2010-nicolasbishop) July 30, 2010, 22:10 (GMT) |
== VPaint == * Added an operator to convert vcols to texture; works for multires vcols too * Still has some seam issues, need to do more intelligent bleeding * Current UI is a menu item in the Image menu (Vertex Colors to Texture) |
Commit Details:
Full Hash: c227e25b28a6f9b85abd19a4287777049aa630b1
SVN Revision: 30911
Parent Commit: 94e47bf
Lines Changed: +209, -12
6 Modified Paths:
/release/scripts/ui/space_image.py (+3, -0) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+0, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+0, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+204, -1) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+0, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+0, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+204, -1) (Diff)