Blender  V3.3
Functions | Variables
blender::nodes::node_composite_cryptomatte_cc Namespace Reference

Functions

static void node_init_cryptomatte (bNodeTree *UNUSED(ntree), 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 *UNUSED(dest_ntree), bNode *dest_node, const bNode *src_node)
 
static bool node_poll_cryptomatte (bNodeType *UNUSED(ntype), bNodeTree *ntree, const char **r_disabled_hint)
 
static void node_init_cryptomatte_legacy (bNodeTree *ntree, bNode *node)
 

Variables

static bNodeSocketTemplate cmp_node_cryptomatte_in []
 
static bNodeSocketTemplate cmp_node_cryptomatte_out []
 

Function Documentation

◆ node_copy_cryptomatte()

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

◆ node_free_cryptomatte()

static void blender::nodes::node_composite_cryptomatte_cc::node_free_cryptomatte ( bNode node)
static

◆ node_init_api_cryptomatte()

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

◆ node_init_cryptomatte()

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

◆ node_init_cryptomatte_legacy()

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

◆ node_poll_cryptomatte()

static bool blender::nodes::node_composite_cryptomatte_cc::node_poll_cryptomatte ( bNodeType UNUSEDntype,
bNodeTree ntree,
const char **  r_disabled_hint 
)
static

Variable Documentation

◆ cmp_node_cryptomatte_in

bNodeSocketTemplate blender::nodes::node_composite_cryptomatte_cc::cmp_node_cryptomatte_in[]
static
Initial value:
= {
{SOCK_RGBA, N_("Image"), 0.0f, 0.0f, 0.0f, 1.0f}, {-1, ""}}
@ SOCK_RGBA
#define N_(msgid)

Definition at line 226 of file node_composite_cryptomatte.cc.

Referenced by register_node_type_cmp_cryptomatte().

◆ cmp_node_cryptomatte_out

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

Definition at line 229 of file node_composite_cryptomatte.cc.

Referenced by register_node_type_cmp_cryptomatte(), and register_node_type_cmp_cryptomatte_legacy().