|
Blender
V2.93
|
#include "COM_NodeOperation.h"#include "BLI_path_util.h"#include "BLI_rect.h"#include "DNA_color_types.h"#include "intern/openexr/openexr_multi.h"Go to the source code of this file.
Classes | |
| class | blender::compositor::OutputSingleLayerOperation |
| struct | blender::compositor::OutputOpenExrLayer |
| class | blender::compositor::OutputOpenExrMultiLayerOperation |
Namespaces | |
| blender | |
| blender::compositor | |
Functions | |
| void | blender::compositor::add_exr_channels (void *exrhandle, const char *layerName, const DataType datatype, const char *viewName, const size_t width, bool use_half_float, float *buf) |
| void | blender::compositor::free_exr_channels (void *exrhandle, const RenderData *rd, const char *layerName, const DataType datatype) |
| int | blender::compositor::get_datatype_size (DataType datatype) |