|
Blender V4.5
|
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) |
|
static |
Definition at line 28 of file node_composite_setalpha.cc.
References b, cmp_node_setalpha_declare(), blender::nodes::decl::Color::default_value, blender::nodes::decl::Float::default_value, max, and min.
Referenced by cmp_node_setalpha_declare().
|
static |
Definition at line 55 of file node_composite_setalpha.cc.
Referenced by node_build_multi_function(), and node_gpu_material().
|
static |
Definition at line 76 of file node_composite_setalpha.cc.
References CMP_NODE_SETALPHA_MODE_APPLY, CMP_NODE_SETALPHA_MODE_REPLACE_ALPHA, get_mode(), blender::nodes::NodeMultiFunctionBuilder::node(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
|
static |
Definition at line 48 of file node_composite_setalpha.cc.
References uiLayout::prop(), ptr, and UI_ITEM_R_SPLIT_EMPTY_NAME.
|
static |
Definition at line 41 of file node_composite_setalpha.cc.
References CMP_NODE_SETALPHA_MODE_APPLY, MEM_callocN(), NodeSetAlpha::mode, and bNode::storage.
|
static |
Definition at line 60 of file node_composite_setalpha.cc.
References CMP_NODE_SETALPHA_MODE_APPLY, CMP_NODE_SETALPHA_MODE_REPLACE_ALPHA, get_mode(), GPU_stack_link(), inputs, and outputs.