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

Functions

static void cmp_node_alphaover_declare (NodeDeclarationBuilder &b)
 
static void node_alphaover_init (bNodeTree *UNUSED(ntree), bNode *node)
 
static void node_composit_buts_alphaover (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 

Function Documentation

◆ cmp_node_alphaover_declare()

static void blender::nodes::node_composite_alpha_over_cc::cmp_node_alphaover_declare ( NodeDeclarationBuilder &  b)
static

Definition at line 17 of file node_composite_alpha_over.cc.

References usdtokens::b(), N_, and PROP_FACTOR.

Referenced by register_node_type_cmp_alphaover().

◆ node_alphaover_init()

static void blender::nodes::node_composite_alpha_over_cc::node_alphaover_init ( bNodeTree *  UNUSEDntree,
bNode *  node 
)
static

Definition at line 25 of file node_composite_alpha_over.cc.

References node.

Referenced by register_node_type_cmp_alphaover().

◆ node_composit_buts_alphaover()

static void blender::nodes::node_composite_alpha_over_cc::node_composit_buts_alphaover ( uiLayout *  layout,
bContext *  UNUSEDC,
PointerRNA *  ptr 
)
static