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

Functions

static void cmp_node_setalpha_declare (NodeDeclarationBuilder &b)
static void node_composit_init_setalpha (bNodeTree *, bNode *node)
static void node_composit_buts_set_alpha (uiLayout *layout, bContext *, PointerRNA *ptr)
static CMPNodeSetAlphaMode get_mode (const bNode &node)
static int node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs)
static void node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder)

Function Documentation

◆ cmp_node_setalpha_declare()

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

◆ get_mode()

CMPNodeSetAlphaMode blender::nodes::node_composite_setalpha_cc::get_mode ( const bNode & node)
static

Definition at line 55 of file node_composite_setalpha.cc.

Referenced by node_build_multi_function(), and node_gpu_material().

◆ node_build_multi_function()

◆ node_composit_buts_set_alpha()

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

Definition at line 48 of file node_composite_setalpha.cc.

References uiLayout::prop(), ptr, and UI_ITEM_R_SPLIT_EMPTY_NAME.

◆ node_composit_init_setalpha()

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

◆ node_gpu_material()

int blender::nodes::node_composite_setalpha_cc::node_gpu_material ( GPUMaterial * material,
bNode * node,
bNodeExecData * ,
GPUNodeStack * inputs,
GPUNodeStack * outputs )
static