Blender V5.0
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#pragma once
6
7#include "util/string.h"
8#include "util/vector.h"
9
11
12/* Merge OpenEXR multi-layer renders. */
13
15 public:
17 bool run();
18
19 /* Error message after running, in case of failure. */
20 string error;
21
22 /* List of image filepaths to merge. */
24 /* Output filepath. */
25 string output;
26};
27
bool run()
Definition merge.cpp:572
string output
Definition merge.h:25
vector< string > input
Definition merge.h:23
string error
Definition merge.h:20
#define CCL_NAMESPACE_END