Blender Git Loki
Git Commits -> Revision 36e476e
Revision 36e476e by Antonis Ryakiotakis (master) April 22, 2013, 20:46 (GMT) |
Overlay refactor: Allow separate control for tex/mask/cursor overlay. This commit implements separate overlays for mask textures and cursor curves. The user can turn on and off separate parts of the overlay by using the appropriate widgets. The cursor overlay widgets are located at the tool selection panel Also fixed alpha masks not getting correctly masked and mask texture mapping not having the correct update callback |
Commit Details:
Full Hash: 36e476ede6dae4cc21e1d9a05b7e9b93d52f70d1
SVN Revision: 56222
Parent Commit: 3c67cf9
Lines Changed: +351, -98
6 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+41, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+2, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+302, -89) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+2, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+302, -89) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -1) (Diff)