Blender  V2.93
Namespaces | Functions
COM_OutputFileOperation.cc File Reference
#include "COM_OutputFileOperation.h"
#include "COM_MetaData.h"
#include <cstring>
#include "BLI_listbase.h"
#include "BLI_path_util.h"
#include "BLI_string.h"
#include "BKE_global.h"
#include "BKE_image.h"
#include "BKE_main.h"
#include "BKE_scene.h"
#include "DNA_color_types.h"
#include "MEM_guardedalloc.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "RE_pipeline.h"

Go to the source code of this file.

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)
 
static floatblender::compositor::init_buffer (unsigned int width, unsigned int height, DataType datatype)
 
static void blender::compositor::write_buffer_rect (rcti *rect, const bNodeTree *tree, SocketReader *reader, float *buffer, unsigned int width, DataType datatype)