Blender  V3.3
Functions
blender::nodes::node_composite_mask_cc Namespace Reference

Functions

static void cmp_node_mask_declare (NodeDeclarationBuilder &b)
 
static void node_composit_init_mask (bNodeTree *UNUSED(ntree), bNode *node)
 
static void node_mask_label (const bNodeTree *UNUSED(ntree), const bNode *node, char *label, int maxlen)
 
static void node_composit_buts_mask (uiLayout *layout, bContext *C, PointerRNA *ptr)
 

Function Documentation

◆ cmp_node_mask_declare()

static void blender::nodes::node_composite_mask_cc::cmp_node_mask_declare ( NodeDeclarationBuilder &  b)
static

Definition at line 19 of file node_composite_mask.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_cmp_mask().

◆ node_composit_buts_mask()

static void blender::nodes::node_composite_mask_cc::node_composit_buts_mask ( uiLayout *  layout,
bContext *  C,
PointerRNA *  ptr 
)
static

◆ node_composit_init_mask()

static void blender::nodes::node_composite_mask_cc::node_composit_init_mask ( bNodeTree *  UNUSEDntree,
bNode *  node 
)
static

Definition at line 24 of file node_composite_mask.cc.

References data, and node.

Referenced by register_node_type_cmp_mask().

◆ node_mask_label()

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

Definition at line 34 of file node_composite_mask.cc.

References BLI_strncpy(), IFACE_, label, and node.

Referenced by register_node_type_cmp_mask().