Revision: 27689
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27689
Author:   campbellbarton
Date:     2010-03-23 17:04:33 +0100 (Tue, 23 Mar 2010)

Log Message:
-----------
fix for crash on loading some files with composite nodes.

Modified Paths:
--------------
    branches/render25/source/blender/blenloader/intern/readfile.c

Modified: branches/render25/source/blender/blenloader/intern/readfile.c
===================================================================
--- branches/render25/source/blender/blenloader/intern/readfile.c       
2010-03-23 15:34:07 UTC (rev 27688)
+++ branches/render25/source/blender/blenloader/intern/readfile.c       
2010-03-23 16:04:33 UTC (rev 27689)
@@ -1516,6 +1516,7 @@
        for(a=0; a<CM_TOT; a++) {
                cumap->cm[a].curve= newdataadr(fd, cumap->cm[a].curve);
                cumap->cm[a].table= NULL;
+               cumap->cm[a].premultable= NULL;
        }
 }
 


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

Reply via email to