Blender
V3.3
|
#include <cstring>
#include "BLI_string_utf8.h"
#include "BLI_string_utils.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_image_format.h"
#include "RNA_access.h"
#include "RNA_prototypes.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "WM_api.h"
#include "IMB_openexr.h"
#include "node_composite_util.hh"
Go to the source code of this file.
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_composite_output_file_cc | |
bNodeSocket* ntreeCompositOutputFileAddSocket | ( | bNodeTree * | ntree, |
bNode * | node, | ||
const char * | name, | ||
const ImageFormatData * | im_format | ||
) |
Definition at line 114 of file node_composite_output_file.cc.
References NodeImageMultiFile::active_input, BKE_image_format_copy(), BKE_image_format_init(), BKE_imtype_is_movie(), BLI_findindex(), BLI_strncpy_utf8(), ImageFormatData::color_management, NodeImageMultiFileSocket::format, ImageFormatData::imtype, NodeImageMultiFileSocket::layer, node, nodeAddStaticSocket(), ntree, ntreeCompositOutputFileUniqueLayer(), ntreeCompositOutputFileUniquePath(), NodeImageMultiFileSocket::path, PROP_NONE, R_IMF_COLOR_MANAGEMENT_FOLLOW_SCENE, R_IMF_IMTYPE_OPENEXR, NodeImageMultiFileSocket::save_as_render, SOCK_IN, SOCK_RGBA, and NodeImageMultiFileSocket::use_node_format.
Referenced by do_versions_nodetree_multi_file_output_format_2_62_1(), blender::nodes::node_composite_output_file_cc::init_output_file(), and blender::ed::space_node::node_output_file_add_socket_exec().
Definition at line 151 of file node_composite_output_file.cc.
References NodeImageMultiFile::active_input, BLI_findlink(), BLI_listbase_count(), MEM_freeN, node, nodeRemoveSocket(), and ntree.
Referenced by blender::ed::space_node::node_output_file_remove_active_socket_exec().
void ntreeCompositOutputFileSetLayer | ( | bNode * | node, |
bNodeSocket * | sock, | ||
const char * | name | ||
) |
Definition at line 179 of file node_composite_output_file.cc.
References BLI_strncpy_utf8(), NodeImageMultiFileSocket::layer, node, ntreeCompositOutputFileUniqueLayer(), and bNodeSocket::storage.
void ntreeCompositOutputFileSetPath | ( | bNode * | node, |
bNodeSocket * | sock, | ||
const char * | name | ||
) |
Definition at line 172 of file node_composite_output_file.cc.
References BLI_strncpy_utf8(), node, ntreeCompositOutputFileUniquePath(), NodeImageMultiFileSocket::path, and bNodeSocket::storage.
void ntreeCompositOutputFileUniqueLayer | ( | ListBase * | list, |
bNodeSocket * | sock, | ||
const char | defname[], | ||
char | delim | ||
) |
Definition at line 92 of file node_composite_output_file.cc.
References BLI_uniquename_cb(), data, ELEM, NodeImageMultiFileSocket::layer, bNodeSocket::storage, and unique_layer_unique_check().
Referenced by do_versions_nodetree_file_output_layers_2_64_5(), ntreeCompositOutputFileAddSocket(), and ntreeCompositOutputFileSetLayer().
void ntreeCompositOutputFileUniquePath | ( | ListBase * | list, |
bNodeSocket * | sock, | ||
const char | defname[], | ||
char | delim | ||
) |
Definition at line 50 of file node_composite_output_file.cc.
References BLI_uniquename_cb(), data, ELEM, NodeImageMultiFileSocket::path, bNodeSocket::storage, and unique_path_unique_check().
Referenced by do_versions_nodetree_file_output_layers_2_64_5(), ntreeCompositOutputFileAddSocket(), and ntreeCompositOutputFileSetPath().
Definition at line 444 of file node_composite_output_file.cc.
References CMP_NODE_OUTPUT_FILE, cmp_node_type_base(), blender::nodes::node_composite_output_file_cc::copy_output_file(), bNodeType::draw_buttons, bNodeType::draw_buttons_ex, bNodeType::flag, blender::nodes::node_composite_output_file_cc::free_output_file(), blender::nodes::node_composite_output_file_cc::init_output_file(), bNodeType::initfunc_api, NODE_CLASS_OUTPUT, blender::nodes::node_composite_output_file_cc::node_composit_buts_file_output(), blender::nodes::node_composite_output_file_cc::node_composit_buts_file_output_ex(), NODE_PREVIEW, node_type_storage(), node_type_update(), nodeRegisterType(), and blender::nodes::node_composite_output_file_cc::update_output_file().
Referenced by registerCompositNodes().
Definition at line 74 of file node_composite_output_file.cc.
References data, if(), NodeImageMultiFileSocket::layer, LISTBASE_FOREACH, and STREQ.
Referenced by ntreeCompositOutputFileUniqueLayer().
Definition at line 32 of file node_composite_output_file.cc.
References data, if(), LISTBASE_FOREACH, NodeImageMultiFileSocket::path, and STREQ.
Referenced by ntreeCompositOutputFileUniquePath().