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>2009-10-25 02:26:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-10-25 02:26:28 +0300
commit4aa7ddfe33716b16d8c0646d0049c38a13835df3 (patch)
tree31b19159093fa2c55c407086d1e466dc1d310986 /source/blender/editors/physics/physics_fluid.c
parentbf5f63f09be085ebaec7ded41ff1991e4406f5c5 (diff)
description patch from Ron Walker
Diffstat (limited to 'source/blender/editors/physics/physics_fluid.c')
-rw-r--r--source/blender/editors/physics/physics_fluid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/physics/physics_fluid.c b/source/blender/editors/physics/physics_fluid.c
index 126c21a554b..b72c4991094 100644
--- a/source/blender/editors/physics/physics_fluid.c
+++ b/source/blender/editors/physics/physics_fluid.c
@@ -1195,6 +1195,7 @@ void FLUID_OT_bake(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Fluid Simulation Bake";
+ ot->description= "Bake fluid simulation.";
ot->idname= "FLUID_OT_bake";
/* api callbacks */