Blender V4.5
node_composite_setalpha.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_composite_setalpha_cc

Functions

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

Function Documentation

◆ register_node_type_cmp_setalpha()