|
Blender
V2.59
|
#include "../CMP_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_exec_output_file (void *data, bNode *node, bNodeStack **in, bNodeStack **UNUSED(out)) |
| static void | node_composit_init_output_file (bNode *node) |
| void | register_node_type_cmp_output_file (ListBase *lb) |
Variables | |
| static bNodeSocketType | cmp_node_output_file_in [] |
Definition in file CMP_outputFile.c.
| static void node_composit_exec_output_file | ( | void * | data, |
| bNode * | node, | ||
| bNodeStack ** | in, | ||
| bNodeStack ** | UNUSEDout | ||
| ) | [static] |
Definition at line 44 of file CMP_outputFile.c.
References BKE_makepicstring(), BKE_write_ibuf(), CB_RGBA, CB_VAL, RenderData::cfra, NodeImageFile::codec, RenderData::color_mgt_flag, bNodeStack::data, ImBuf::dither, RenderData::dither_intensity, NodeImageFile::efra, free_compbuf(), G, generate_preview(), IB_PROFILE_LINEAR_RGB, IMB_allocImBuf(), IMB_freeImBuf(), NodeImageFile::imtype, NodeImageFile::name, ImBuf::profile, NodeImageFile::quality, R_COLOR_MANAGEMENT, R_EXTENSION, R_OPENEXR, R_OPENEXR_ZBUF, CompBuf::rect, ImBuf::rect_float, Global::rendering, RenderData::scemode, NodeImageFile::sfra, bNode::storage, NodeImageFile::subimtype, TRUE, CompBuf::type, typecheck_compbuf(), CompBuf::x, CompBuf::y, and ImBuf::zbuf_float.
Referenced by register_node_type_cmp_output_file().
| static void node_composit_init_output_file | ( | bNode * | node | ) | [static] |
Definition at line 96 of file CMP_outputFile.c.
References BLI_strncpy(), RenderData::efra, bNode::id, RenderData::imtype, MEM_callocN(), RenderData::pic, RenderData::quality, Scene::r, RenderData::sfra, bNode::storage, and RenderData::subimtype.
Referenced by register_node_type_cmp_output_file().
| void register_node_type_cmp_output_file | ( | ListBase * | lb | ) |
Definition at line 112 of file CMP_outputFile.c.
References CMP_NODE_OUTPUT_FILE, NODE_CLASS_OUTPUT, node_composit_exec_output_file(), node_composit_init_output_file(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
bNodeSocketType cmp_node_output_file_in[] [static] |
{
{ SOCK_RGBA, 1, "Image", 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
{ SOCK_VALUE, 1, "Z", 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
{ -1, 0, "" }
}
Definition at line 38 of file CMP_outputFile.c.