[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49742] branches/soc-2011-tomato/source/ blender/editors/space_view3d/view3d_draw.c: Compilation error fix: G. rendering was renamed to G.is_rendering

Sergey Sharybin sergey.vfx at gmail.com
Thu Aug 9 20:12:58 CEST 2012


Revision: 49742
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49742
Author:   nazgul
Date:     2012-08-09 18:12:58 +0000 (Thu, 09 Aug 2012)
Log Message:
-----------
Compilation error fix: G.rendering was renamed to G.is_rendering

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/editors/space_view3d/view3d_draw.c

Modified: branches/soc-2011-tomato/source/blender/editors/space_view3d/view3d_draw.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_view3d/view3d_draw.c	2012-08-09 17:30:32 UTC (rev 49741)
+++ branches/soc-2011-tomato/source/blender/editors/space_view3d/view3d_draw.c	2012-08-09 18:12:58 UTC (rev 49742)
@@ -3150,7 +3150,7 @@
 	int draw_border = (rv3d->persp == RV3D_CAMOB && (scene->r.mode & R_BORDER));
 
 	/* --- until we get a clue and make viewport threadsafe (temp mango change for stability) */
-	if (G.rendering) {
+	if (G.is_rendering) {
 		ED_region_pixelspace(ar);
 		glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
 		UI_ThemeClearColor(TH_BACK);




More information about the Bf-blender-cvs mailing list