Blender  V3.3
Namespaces | Functions
COM_OutputFileOperation.cc File Reference
#include "COM_OutputFileOperation.h"
#include "BLI_listbase.h"
#include "BLI_path_util.h"
#include "BLI_string.h"
#include "BKE_image.h"
#include "BKE_image_format.h"
#include "BKE_main.h"
#include "BKE_scene.h"
#include "DNA_color_types.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 *layer_name, const DataType datatype, const char *view_name, const size_t width, bool use_half_float, float *buf)
 
void blender::compositor::free_exr_channels (void *exrhandle, const RenderData *rd, const char *layer_name, 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)