From f0951f58ca2ffb1a7574beaac3217d3729e706c0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 8 Aug 2012 18:37:06 +0000 Subject: code cleanup: rename G.afbreek --> is_break, G.rendering --> is_rendering --- source/blender/nodes/composite/nodes/node_composite_outputFile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/nodes') diff --git a/source/blender/nodes/composite/nodes/node_composite_outputFile.c b/source/blender/nodes/composite/nodes/node_composite_outputFile.c index fd312d71f2c..8a0d7200079 100644 --- a/source/blender/nodes/composite/nodes/node_composite_outputFile.c +++ b/source/blender/nodes/composite/nodes/node_composite_outputFile.c @@ -391,7 +391,7 @@ static void exec_output_file(void *data, bNode *node, bNodeStack **in, bNodeStac RenderData *rd= data; NodeImageMultiFile *nimf= node->storage; - if (!G.rendering) { + if (G.is_rendering == FALSE) { /* only output files when rendering a sequence - * otherwise, it overwrites the output files just * scrubbing through the timeline when the compositor updates */ -- cgit v1.2.3