Revision: 39831
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39831
Author:   campbellbarton
Date:     2011-09-01 01:13:50 +0000 (Thu, 01 Sep 2011)
Log Message:
-----------
fix for error in patch from r39821.

Revision Links:
--------------
    
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39821

Modified Paths:
--------------
    trunk/blender/source/blender/render/intern/source/pipeline.c

Modified: trunk/blender/source/blender/render/intern/source/pipeline.c
===================================================================
--- trunk/blender/source/blender/render/intern/source/pipeline.c        
2011-09-01 00:56:21 UTC (rev 39830)
+++ trunk/blender/source/blender/render/intern/source/pipeline.c        
2011-09-01 01:13:50 UTC (rev 39831)
@@ -174,7 +174,7 @@
                        fprintf(stdout, "Sce: %s Ve:%d Fa:%d La:%d", 
rs->scenename, rs->totvert, rs->totface, rs->totlamp);
        }
 
-       BLI_exec_cb(rs, (ID *)rs, BLI_CB_EVT_RENDER_STATS);
+       BLI_exec_cb(G.main, NULL, BLI_CB_EVT_RENDER_STATS);
 
        fputc('\n', stdout);
        fflush(stdout);

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

Reply via email to