Blender Git Commit Log
Git Commits -> Revision f7e131a
Revision f7e131a by Antonis Ryakiotakis (master) February 11, 2015, 14:07 (GMT) |
Cavity masking - add curve control to cavity mask and move relevant structs to paint struct (might be useful for vertex paint too in the future) Cavity masking now has a curve control. The control will set the amount of masking for positive cavity ("pointness") or negative cavity ("cavity") with x axis being the amount of cavity and 0.0 = full cavity, 1.0 = full pointness, 0.5 = no cavity and the y axis being the amount of alpha. |
Commit Details:
Full Hash: f7e131a6acd800a311e50b680e5be6d9824a1df7
Parent Commit: b7bac19
Lines Changed: +86, -44
9 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+2, -4) (Diff)
/source/blender/blenkernel/BKE_paint.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/paint.c (+20, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+23, -7) (Diff)
/source/blender/blenloader/intern/writefile.c (+12, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+7, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+5, -3) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+4, -5) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+11, -15) (Diff)
/source/blender/blenkernel/BKE_paint.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/paint.c (+20, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+23, -7) (Diff)
/source/blender/blenloader/intern/writefile.c (+12, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+7, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+5, -3) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+4, -5) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+11, -15) (Diff)