This commit is contained in:
2011-05-11 00:19:13 +00:00
38 changed files with 209 additions and 99 deletions

View File

@@ -111,7 +111,7 @@ int ED_operator_screenactive(bContext *C)
}
/* XXX added this to prevent anim state to change during renders */
int ED_operator_screenactive_norender(bContext *C)
static int ED_operator_screenactive_norender(bContext *C)
{
if(G.rendering) return 0;
if(CTX_wm_window(C)==NULL) return 0;