|
Blender V4.5
|
Functions | |
| static void | cmp_node_premulkey_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_buts_premulkey (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static CMPNodeAlphaConvertMode | 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 26 of file node_composite_premulkey.cc.
References b.
|
static |
Definition at line 41 of file node_composite_premulkey.cc.
References bNode::custom1.
Referenced by node_build_multi_function(), and node_gpu_material().
|
static |
Definition at line 62 of file node_composite_premulkey.cc.
References CMP_NODE_ALPHA_CONVERT_PREMULTIPLY, CMP_NODE_ALPHA_CONVERT_UNPREMULTIPLY, ELEM, get_mode(), blender::nodes::NodeMultiFunctionBuilder::node(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
|
static |
Definition at line 34 of file node_composite_premulkey.cc.
References uiLayout::prop(), ptr, and UI_ITEM_R_SPLIT_EMPTY_NAME.
|
static |
Definition at line 46 of file node_composite_premulkey.cc.
References CMP_NODE_ALPHA_CONVERT_PREMULTIPLY, CMP_NODE_ALPHA_CONVERT_UNPREMULTIPLY, get_mode(), GPU_stack_link(), inputs, and outputs.