Hello,
I updated to r30637 from trunk and start having a lot of crashes when opening
my old files.
I debugged the problem and seems just a problem with data types when iterating.
Find the patch attached.
Cheers.
Arturo J. Pérez
P.D- This is my first patch (if we can call this a patch). So If you prefer for
me to use the patch tracker I will do it next time.
Index: source/blender/blenloader/intern/readfile.c
===================================================================
--- source/blender/blenloader/intern/readfile.c (revision 30637)
+++ source/blender/blenloader/intern/readfile.c (working copy)
@@ -11053,7 +11053,7 @@
/* GSOC Sculpt 2010 - Sanity check on Sculpt/Paint settings */
if (main->versionfile < 253) {
Scene *sce;
- for (sce= main->brush.first; sce; sce= sce->id.next) {
+ for (sce= main->scene.first; sce; sce= sce->id.next) {
if (sce->toolsettings->sculpt_paint_unified_alpha == 0)
sce->toolsettings->sculpt_paint_unified_alpha =
0.5f;
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers