Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-01-14 11:53:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-14 11:53:10 +0300
commitc1f2fd0a464c62e01e78f3b8f544219fa087ffc2 (patch)
tree4935c55ebf8218c463c4d0ba6ace71e86cd13c89 /source/blender/makesrna/intern/rna_sculpt_paint.c
parent72b14be4609fd3d9717fcc0a8b59c9c0644032ad (diff)
particle weight brush back (mostly the same as in 2.4x), needed to control long hairs movement.
Diffstat (limited to 'source/blender/makesrna/intern/rna_sculpt_paint.c')
-rw-r--r--source/blender/makesrna/intern/rna_sculpt_paint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.c b/source/blender/makesrna/intern/rna_sculpt_paint.c
index 5e5eb9d84ce..5d81ec2c572 100644
--- a/source/blender/makesrna/intern/rna_sculpt_paint.c
+++ b/source/blender/makesrna/intern/rna_sculpt_paint.c
@@ -44,6 +44,7 @@ static EnumPropertyItem particle_edit_hair_brush_items[] = {
{PE_BRUSH_LENGTH, "LENGTH", 0, "Length", "Make hairs longer or shorter."},
{PE_BRUSH_PUFF, "PUFF", 0, "Puff", "Make hairs stand up."},
{PE_BRUSH_CUT, "CUT", 0, "Cut", "Cut hairs."},
+ {PE_BRUSH_WEIGHT, "WEIGHT", 0, "Weight", "Weight hair particles."},
{0, NULL, 0, NULL, NULL}};
#ifdef RNA_RUNTIME