Blender V5.0
blender::nodes::node_composite_cryptomatte_cc Namespace Reference

Classes

class  CryptoMatteOperation

Functions

static void cmp_node_cryptomatte_declare (NodeDeclarationBuilder &b)
static void node_init_cryptomatte (bNodeTree *, bNode *node)
static void node_init_api_cryptomatte (const bContext *C, PointerRNA *ptr)
static void node_free_cryptomatte (bNode *node)
static void node_copy_cryptomatte (bNodeTree *, bNode *dest_node, const bNode *src_node)
static void node_update_cryptomatte (bNodeTree *ntree, bNode *node)
static void node_extra_info (NodeExtraInfoParams &parameters)
static NodeOperationget_compositor_operation (Context &context, DNode node)

Variables

static bke::bNodeSocketTemplate cmp_node_cryptomatte_out []

Function Documentation

◆ cmp_node_cryptomatte_declare()

void blender::nodes::node_composite_cryptomatte_cc::cmp_node_cryptomatte_declare ( NodeDeclarationBuilder & b)
static

Definition at line 588 of file node_composite_cryptomatte.cc.

References b.

◆ get_compositor_operation()

NodeOperation * blender::nodes::node_composite_cryptomatte_cc::get_compositor_operation ( Context & context,
DNode node )
static

Definition at line 933 of file node_composite_cryptomatte.cc.

◆ node_copy_cryptomatte()

void blender::nodes::node_composite_cryptomatte_cc::node_copy_cryptomatte ( bNodeTree * ,
bNode * dest_node,
const bNode * src_node )
static

◆ node_extra_info()

◆ node_free_cryptomatte()

◆ node_init_api_cryptomatte()

void blender::nodes::node_composite_cryptomatte_cc::node_init_api_cryptomatte ( const bContext * C,
PointerRNA * ptr )
static

◆ node_init_cryptomatte()

void blender::nodes::node_composite_cryptomatte_cc::node_init_cryptomatte ( bNodeTree * ,
bNode * node )
static

Definition at line 599 of file node_composite_cryptomatte.cc.

References MEM_callocN(), and bNode::storage.

◆ node_update_cryptomatte()

void blender::nodes::node_composite_cryptomatte_cc::node_update_cryptomatte ( bNodeTree * ntree,
bNode * node )
static

Variable Documentation

◆ cmp_node_cryptomatte_out

bke::bNodeSocketTemplate blender::nodes::node_composite_cryptomatte_cc::cmp_node_cryptomatte_out[]
static
Initial value:
= {
{SOCK_RGBA, N_("Image")},
{SOCK_FLOAT, N_("Matte")},
{SOCK_RGBA, N_("Pick")},
{-1, ""},
}
@ SOCK_FLOAT
@ SOCK_RGBA
#define N_(msgid)

Definition at line 581 of file node_composite_cryptomatte.cc.