Revision: 15852
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15852
Author:   genscher
Date:     2008-07-28 22:25:08 +0200 (Mon, 28 Jul 2008)

Log Message:
-----------
Accidently commited change in fluidsim.c

Modified Paths:
--------------
    branches/fluidcontrol/source/blender/src/fluidsim.c

Modified: branches/fluidcontrol/source/blender/src/fluidsim.c
===================================================================
--- branches/fluidcontrol/source/blender/src/fluidsim.c 2008-07-28 20:24:05 UTC 
(rev 15851)
+++ branches/fluidcontrol/source/blender/src/fluidsim.c 2008-07-28 20:25:08 UTC 
(rev 15852)
@@ -1025,12 +1025,12 @@
                                char busy_mess[80];
                                
                                waitcursor(1);
-                               /*
+                               
                                // lukep we add progress bar as an interim 
mesure
                                percentdone = globalBakeFrame / noFramesf;
                                sprintf(busy_mess, "baking fluids %d / %d       
|||", globalBakeFrame, (int) noFramesf);
                                progress_bar(percentdone, busy_mess );
-                               */
+                               
                                SDL_Delay(2000); // longer delay to prevent 
frequent redrawing
                                SDL_mutexP(globalBakeLock);
                                if(globalBakeState != 0) done = 1; // 1=ok, 
<0=error/abort


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

Reply via email to