Blender V4.5
blender::nodes::node_composite_mask_cc Namespace Reference

Classes

class  MaskOperation

Functions

static void cmp_node_mask_declare (NodeDeclarationBuilder &b)
static void node_mask_label (const bNodeTree *, const bNode *node, char *label, int label_maxncpy)
static void node_update (bNodeTree *ntree, bNode *node)
static NodeOperationget_compositor_operation (Context &context, DNode node)

Function Documentation

◆ cmp_node_mask_declare()

◆ get_compositor_operation()

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

Definition at line 193 of file node_composite_mask.cc.

◆ node_mask_label()

void blender::nodes::node_composite_mask_cc::node_mask_label ( const bNodeTree * ,
const bNode * node,
char * label,
int label_maxncpy )
static

Definition at line 73 of file node_composite_mask.cc.

References BLI_strncpy_utf8(), bNode::id, IFACE_, and ID::name.

◆ node_update()

void blender::nodes::node_composite_mask_cc::node_update ( bNodeTree * ntree,
bNode * node )
static