From cc8f103d566ccc88180d8b2f0dfa7f0b2f3c8848 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Sun, 23 Mar 2003 16:10:51 +0000 Subject: [PATCH] Updated bubble help for Mult: under the particle system. Kent --- source/blender/src/buttons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/src/buttons.c b/source/blender/src/buttons.c index 3bcca39705b..c4256b9cc4f 100644 --- a/source/blender/src/buttons.c +++ b/source/blender/src/buttons.c @@ -5391,7 +5391,7 @@ void animbuts(void) uiDefButS(block, NUM, B_REDR, "CurMul:", 550,124,91,20, &paf->curmult, 0.0, 3.0, 0, 0, "Multiply the particles"); uiBlockSetCol(block, BUTGREY); uiDefButS(block, NUM, B_CALCEFFECT, "Mat:", 644,124,84,20, paf->mat+paf->curmult, 1.0, 8.0, 0, 0, "Specify the material used for the particles"); - uiDefButF(block, NUM, B_CALCEFFECT, "Mult:", 730,124,98,20, paf->mult+paf->curmult, 0.0, 1.0, 10, 0, "Switch particle multiplication on/off"); + uiDefButF(block, NUM, B_CALCEFFECT, "Mult:", 730,124,98,20, paf->mult+paf->curmult, 0.0, 1.0, 10, 0, "Probability \"dying\" particle spawns a new one."); uiDefButS(block, NUM, B_CALCEFFECT, "Child:", 922,124,80,20, paf->child+paf->curmult, 1.0, 600.0, 100, 0, "Specify the number of children of a particle that multiply itself"); uiDefButF(block, NUM, B_CALCEFFECT, "Life:", 831,124,89,20, paf->life+paf->curmult, 1.0, 600.0, 100, 0, "Specify the lifespan of the next generation particles");