Thanks! I would've tested it, but it was getting errors in a different file somehow. It works fine in my branch so I dunno how that got put in twice.
On Tue, May 1, 2012 at 4:39 PM, Thomas Dinges <[email protected]> wrote: > Revision: 46171 > > http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46171 > Author: dingto > Date: 2012-05-01 21:39:52 +0000 (Tue, 01 May 2012) > Log Message: > ----------- > Fix for r46170. > * "but=but->next" was there twice, once in the loop block and once at the > end, caused Blender to crash on startup. > > Please always compile and check it works before committing. :) > > Revision Links: > -------------- > > http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46170 > > Modified Paths: > -------------- > trunk/blender/source/blender/editors/interface/interface.c > > Modified: trunk/blender/source/blender/editors/interface/interface.c > =================================================================== > --- trunk/blender/source/blender/editors/interface/interface.c 2012-05-01 > 21:02:04 UTC (rev 46170) > +++ trunk/blender/source/blender/editors/interface/interface.c 2012-05-01 > 21:39:52 UTC (rev 46171) > @@ -540,7 +540,6 @@ > foundselectline = 1; > } > } > - but = but->next; > } > > // Draw any active lines (lines with either button being hovered > over). > > _______________________________________________ > Bf-blender-cvs mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-blender-cvs > -- Matthew _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
