[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59019] trunk/blender/source/blender/ blenloader/intern/readfile.c: Linking Brushes did not link the mask texture properly

Antony Riakiotakis kalast at gmail.com
Thu Aug 8 11:45:59 CEST 2013


Revision: 59019
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59019
Author:   psy-fi
Date:     2013-08-08 09:45:59 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
Linking Brushes did not link the mask texture properly

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

Modified: trunk/blender/source/blender/blenloader/intern/readfile.c
===================================================================
--- trunk/blender/source/blender/blenloader/intern/readfile.c	2013-08-08 09:43:30 UTC (rev 59018)
+++ trunk/blender/source/blender/blenloader/intern/readfile.c	2013-08-08 09:45:59 UTC (rev 59019)
@@ -10172,6 +10172,7 @@
 static void expand_brush(FileData *fd, Main *mainvar, Brush *brush)
 {
 	expand_doit(fd, mainvar, brush->mtex.tex);
+	expand_doit(fd, mainvar, brush->mask_mtex.tex);
 	expand_doit(fd, mainvar, brush->clone.image);
 }
 




More information about the Bf-blender-cvs mailing list