Blender Git Loki
Git Commits -> Revision 9402961
Revision 9402961 by Antonis Ryakiotakis (soc-2013-paint) July 5, 2013, 17:46 (GMT) |
Anchored brushes for texture paint. To support this I added size support to the RNA stroke so the stroke size can be calculated in the stroke system and passed on to paint systems. Also, the output mouse coordinate is directly modified now and the size is tweaked accordingly. Looks sculpt does not directly use this for anchored strokes as far as I have seen, but accidents could happen there so I hope there will be some artist testing. Also fixed error in texture coordinates for jittered strokes. |
Commit Details:
Full Hash: 94029618e182d200c7c7fd88f85a191a27d22729
SVN Revision: 58022
Parent Commit: c598844
Lines Changed: +40, -31
5 Modified Paths:
/source/blender/editors/sculpt_paint/paint_image.c (+4, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+28, -19) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2, -9) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+5, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+28, -19) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2, -9) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+5, -0) (Diff)