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

Functions

static void cmp_node_setalpha_declare (NodeDeclarationBuilder &b)
 
static void node_composit_init_setalpha (bNodeTree *UNUSED(ntree), bNode *node)
 
static void node_composit_buts_set_alpha (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 

Function Documentation

◆ cmp_node_setalpha_declare()

static void blender::nodes::node_composite_setalpha_cc::cmp_node_setalpha_declare ( NodeDeclarationBuilder b)
static

Definition at line 17 of file node_composite_setalpha.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_cmp_setalpha().

◆ node_composit_buts_set_alpha()

static void blender::nodes::node_composite_setalpha_cc::node_composit_buts_set_alpha ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
static

Definition at line 31 of file node_composite_setalpha.cc.

References ptr, UI_ITEM_R_SPLIT_EMPTY_NAME, and uiItemR().

Referenced by register_node_type_cmp_setalpha().

◆ node_composit_init_setalpha()

static void blender::nodes::node_composite_setalpha_cc::node_composit_init_setalpha ( bNodeTree UNUSEDntree,
bNode node 
)
static