From dbd70c05f799afb4d8a3584eae58af384ee14353 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Tue, 22 May 2012 09:54:08 +0000 Subject: * Composite result is updated when editing (preview were already calculated, now the final result is also updated in the image space * default texture size when not connected to any resolution depended operation defaults to render size --- source/blender/compositor/operations/COM_CompositorOperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/operations/COM_CompositorOperation.h') diff --git a/source/blender/compositor/operations/COM_CompositorOperation.h b/source/blender/compositor/operations/COM_CompositorOperation.h index 39c81b8292a..41d43f896bb 100644 --- a/source/blender/compositor/operations/COM_CompositorOperation.h +++ b/source/blender/compositor/operations/COM_CompositorOperation.h @@ -60,7 +60,7 @@ public: void executeRegion(rcti *rect, unsigned int tileNumber, MemoryBuffer** memoryBuffers); void setScene(const Scene *scene) {this->scene = scene;} void setbNodeTree(const bNodeTree *tree) {this->tree = tree;} - bool isOutputOperation(bool rendering) const {return rendering;} + bool isOutputOperation(bool rendering) const {return true;} void initExecution(); void deinitExecution(); const int getRenderPriority() const {return 7;} -- cgit v1.2.3