Blender V4.3
merge.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#ifndef __MERGE_H__
6#define __MERGE_H__
7
8#include "util/string.h"
9#include "util/vector.h"
10
12
13/* Merge OpenEXR multi-layer renders. */
14
16 public:
18 bool run();
19
20 /* Error message after running, in case of failure. */
21 string error;
22
23 /* List of image filepaths to merge. */
25 /* Output filepath. */
26 string output;
27};
28
30
31#endif /* __MERGE_H__ */
bool run()
Definition merge.cpp:575
string output
Definition merge.h:26
vector< string > input
Definition merge.h:24
string error
Definition merge.h:21
#define CCL_NAMESPACE_END