Blender Git Loki
Git Commits -> Revision f7ec94c
Revision f7ec94c by Nicholas Bishop (master) April 29, 2012, 20:04 (GMT) |
Add per-brush weight field. Patch from Jaggz H, thanks! [#31096] Weight-painting: Brush-specific weights http://projects.blender.org/tracker/?func=detail&atid=127&aid=31096&group_id=9 Each brush's weight can now be set individually, can also enable unified setting (same as size and strength have.) Added readfile code to the patch: subversion bumped to 1, brushes get default weight of 0.5, unified weight enabled by default and value from old vgroup_weight field. |
Commit Details:
Full Hash: f7ec94cbc6c7dc761f127c50081b3383a58a1c2e
SVN Revision: 46090
Parent Commit: 44d81fa
Lines Changed: +74, -5
12 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+8, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -1) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_brush.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+8, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+21, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+12, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -1) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_brush.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+8, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+21, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+12, -0) (Diff)