From 1d4316f35fcf2f4b9ed73b648422f4e36a071881 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 4 Sep 2012 19:42:09 +0000 Subject: fix [#32490] Compsitor crashes on missing OpenEXR multilayer files --- source/blender/compositor/operations/COM_CompositorOperation.h | 3 +++ 1 file changed, 3 insertions(+) (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 ae94e974db0..c1d91c16a3c 100644 --- a/source/blender/compositor/operations/COM_CompositorOperation.h +++ b/source/blender/compositor/operations/COM_CompositorOperation.h @@ -31,6 +31,9 @@ */ class CompositorOperation : public NodeOperation { private: + /** + * @brief Scene name, used for getting the render output, includes 'SC' prefix. + */ char m_sceneName[MAX_ID_NAME]; /** -- cgit v1.2.3