[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21613] branches/blender2.5/blender/source /blender/editors/screen/area.c: * Temporarily commented out a couple of lines from Brecht' s User Prefs commit

Matt Ebb matt at mke3.net
Thu Jul 16 04:29:49 CEST 2009


Revision: 21613
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21613
Author:   broken
Date:     2009-07-16 04:29:49 +0200 (Thu, 16 Jul 2009)

Log Message:
-----------
* Temporarily commented out a couple of lines from Brecht's User Prefs commit

Brecht: This makes Blender crash on startup for a few of us, so I'm just 
disabling it for now until you have have a look at it

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/screen/area.c

Modified: branches/blender2.5/blender/source/blender/editors/screen/area.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/screen/area.c	2009-07-16 02:04:31 UTC (rev 21612)
+++ branches/blender2.5/blender/source/blender/editors/screen/area.c	2009-07-16 02:29:49 UTC (rev 21613)
@@ -1257,8 +1257,8 @@
 	
 	// XXX quick hacks for files saved with 2.5 already (i.e. the builtin defaults file)
 	ar->v2d.scroll |= (V2D_SCROLL_RIGHT|V2D_SCROLL_BOTTOM); 
-	if(!(ar->v2d.align & V2D_ALIGN_NO_POS_Y))
-		ar->v2d.flag &= ~V2D_IS_INITIALISED;
+	//if(!(ar->v2d.align & V2D_ALIGN_NO_POS_Y))
+	//	ar->v2d.flag &= ~V2D_IS_INITIALISED;
 	
 	UI_view2d_region_reinit(&ar->v2d, V2D_COMMONVIEW_PANELS_UI, ar->winx, ar->winy);
 





More information about the Bf-blender-cvs mailing list