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:
authorThomas Dinges <blender@dingto.org>2009-05-22 11:41:36 +0400
committerThomas Dinges <blender@dingto.org>2009-05-22 11:41:36 +0400
commit82bd674653dc0b6d45367fc3e5f91ee96ace0a69 (patch)
tree7bc1d9369ef756e50735f8dbc8a6042a2df7e56b /release
parent88f5c999f22cd32f2adce4aca2ce04ca4744e4cd (diff)
2.5 Buttons Modifier:
* Forgot to initialize the fluid function.
Diffstat (limited to 'release')
-rw-r--r--release/ui/buttons_data_modifier.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/ui/buttons_data_modifier.py b/release/ui/buttons_data_modifier.py
index 9e7038a1412..7d243c6de3d 100644
--- a/release/ui/buttons_data_modifier.py
+++ b/release/ui/buttons_data_modifier.py
@@ -55,6 +55,8 @@ class DATA_PT_modifiers(DataButtonsPanel):
self.edgesplit(box, md)
if md.type == 'EXPLODE':
self.explode(box, md)
+ if md.type == 'FLUID_SIMULATION':
+ self.fluid(box, md)
if md.type == 'HOOK':
self.hook(box, md)
if md.type == 'LATTICE':