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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-01-07 19:26:41 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-01-07 19:26:41 +0300
commitfe6c98a4d9a25fb66b1036ef3d15174af5eabe09 (patch)
tree9123359123018e252a19287a02eaaf7cc1f2f2f4 /source/blender/src/editparticle.c
parentadc68be1a87781112667005455e13f4f1514a7f2 (diff)
Particle object and group visualization now also work for hair, to
make for example feathers. Also made dupliparts work within groups. One issue still is that in particle editmode, the duplis can interfere with brushes and selection, though tweaking the dupli object position can alleviate the problem.
Diffstat (limited to 'source/blender/src/editparticle.c')
-rw-r--r--source/blender/src/editparticle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editparticle.c b/source/blender/src/editparticle.c
index 9e9fc5aa236..0a2158faf33 100644
--- a/source/blender/src/editparticle.c
+++ b/source/blender/src/editparticle.c
@@ -2392,6 +2392,7 @@ static void brush_add(Object *ob, ParticleSystem *psys, short *mval, short numbe
ekey->time = &hkey->time;
}
+ pa->size= 1.0f;
initialize_particle(pa,i,ob,psys,psmd);
reset_particle(pa,psys,psmd,ob,0.0,1.0,0,0,0);
pa->flag |= PARS_EDIT_RECALC;