|
Blender V5.0
|
Functions | |
| static void | cmp_node_setalpha_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_init_setalpha (bNodeTree *, 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) |
Variables | |
| static const EnumPropertyItem | type_items [] |
|
static |
Definition at line 35 of file node_composite_setalpha.cc.
References b, CMP_NODE_SETALPHA_MODE_APPLY, blender::nodes::SocketDeclaration::optional_label, and type_items.
|
static |
Definition at line 68 of file node_composite_setalpha.cc.
References CMP_NODE_SETALPHA_MODE_APPLY, CMP_NODE_SETALPHA_MODE_REPLACE_ALPHA, blender::nodes::NodeMultiFunctionBuilder::set_matching_fn(), and blender::nodes::MenuValue::value.
|
static |
Definition at line 50 of file node_composite_setalpha.cc.
References MEM_callocN(), and bNode::storage.
|
static |
Definition at line 59 of file node_composite_setalpha.cc.
References GPU_stack_link(), inputs, and outputs.
|
static |
Definition at line 21 of file node_composite_setalpha.cc.
Referenced by cmp_node_setalpha_declare().