Go to the source code of this file.
|
| static void | blender::nodes::node_composite_chroma_matte_cc::cmp_node_chroma_matte_declare (NodeDeclarationBuilder &b) |
| static int | blender::nodes::node_composite_chroma_matte_cc::node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs) |
| static void | blender::nodes::node_composite_chroma_matte_cc::chroma_matte (const float4 &color, const float4 &key, const float &minimum, const float &maximum, const float &falloff, float4 &result, float &matte) |
| static void | blender::nodes::node_composite_chroma_matte_cc::node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder) |
| static void | register_node_type_cmp_chroma_matte () |
◆ register_node_type_cmp_chroma_matte()
| void register_node_type_cmp_chroma_matte |
( |
| ) |
|
|
static |
Definition at line 138 of file node_composite_chroma_matte.cc.
References blender::bke::bNodeType::build_multi_function, CMP_NODE_CHROMA_MATTE, cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::flag, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::nclass, NODE_CLASS_MATTE, NODE_DEFAULT_MAX_WIDTH, NODE_PREVIEW, blender::bke::node_register_type(), blender::bke::node_type_size(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.