Revision: 20336
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20336
Author:   dingto
Date:     2009-05-22 09:41:36 +0200 (Fri, 22 May 2009)

Log Message:
-----------
2.5 Buttons Modifier:

* Forgot to initialize the fluid function. 

Modified Paths:
--------------
    branches/blender2.5/blender/release/ui/buttons_data_modifier.py

Modified: branches/blender2.5/blender/release/ui/buttons_data_modifier.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_data_modifier.py     
2009-05-22 07:02:09 UTC (rev 20335)
+++ branches/blender2.5/blender/release/ui/buttons_data_modifier.py     
2009-05-22 07:41:36 UTC (rev 20336)
@@ -55,6 +55,8 @@
                                        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':


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to