Revision: 28599
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28599
Author:   campbellbarton
Date:     2010-05-05 19:52:55 +0200 (Wed, 05 May 2010)

Log Message:
-----------
debug print, left in by accident

Modified Paths:
--------------
    branches/render25/source/blender/blenkernel/intern/implicit.c

Modified: branches/render25/source/blender/blenkernel/intern/implicit.c
===================================================================
--- branches/render25/source/blender/blenkernel/intern/implicit.c       
2010-05-05 17:14:43 UTC (rev 28598)
+++ branches/render25/source/blender/blenkernel/intern/implicit.c       
2010-05-05 17:52:55 UTC (rev 28599)
@@ -1816,9 +1816,7 @@
        float dt = clmd->sim_parms->timescale / clmd->sim_parms->stepsPerFrame, 
spf = (float)clmd->sim_parms->stepsPerFrame / clmd->sim_parms->timescale;
        Implicit_Data *id = cloth->implicit;
        int result = 0;
-if(spf == 0.0f) {
-    printf("WHEE\n");
-}
+
        if(clmd->sim_parms->flags & CLOTH_SIMSETTINGS_FLAG_GOAL) /* do goal 
stuff */
        {
                for(i = 0; i < numverts; i++)


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

Reply via email to