Blender Git Commit Log
Git Commits -> Revision f2d8241
Revision f2d8241 by Antonio Vazquez (master) August 30, 2018, 09:11 (GMT) |
GP: Add weights while drawing strokes Now it's possible to add the weight of the current selected vertex group to any new stroke created. This is very handy when add drawings after the weight paint was done and it will be required with Armatures. |
Commit Details:
Full Hash: f2d8241b23bdf118336b94d54146bac41b791580
Parent Commit: 0845b1c
Lines Changed: +230, -121
6 Modified Paths:
/release/scripts/startup/bl_ui/space_topbar.py (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+48, -29) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+135, -74) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+36, -17) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+7, -0) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+48, -29) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+135, -74) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+36, -17) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+7, -0) (Diff)