Page MenuHome

patch-2418.txt

Authored By
Ken Hughes (khughes)
Nov 13 2013, 1:01 PM
Size
745 B
Subscribers
None

patch-2418.txt

Index: blender/source/blender/python/api2_2x/Window.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/Window.c,v
retrieving revision 1.30
diff -u -u -r1.30 Window.c
--- blender/source/blender/python/api2_2x/Window.c 8 May 2005 21:20:33 -0000 1.30
+++ blender/source/blender/python/api2_2x/Window.c 15 May 2005 16:17:57 -0000
@@ -601,6 +601,8 @@
float done;
char *info = NULL;
int retval = 0;
+ ScrArea *sa = curarea;
+
if (G.background)
return EXPP_ReturnPyObjError(PyExc_RuntimeError,
@@ -613,6 +615,7 @@
if( !G.background )
retval = progress_bar( done, info );
+ curarea = sa;
return Py_BuildValue( "i", retval );
}

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
07/ce/bd2f53a2521537bb67e155aa4cc5

Event Timeline