|
Blender V5.0
|
Classes | |
| class | ConvolveOperation |
Enumerations | |
| enum class | KernelDataType : uint8_t { Float = 0 , Color = 1 } |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static NodeOperation * | get_compositor_operation (Context &context, DNode node) |
| static void | node_register () |
Variables | |
| static const EnumPropertyItem | kernel_data_type_items [] |
|
strong |
| Enumerator | |
|---|---|
| Float | |
| Color | |
Definition at line 14 of file node_composite_convolve.cc.
|
static |
Definition at line 107 of file node_composite_convolve.cc.
Referenced by node_register().
|
static |
Definition at line 34 of file node_composite_convolve.cc.
References b, Color, blender::nodes::SocketDeclaration::description, Float, kernel_data_type_items, blender::nodes::SocketDeclaration::optional_label, blender::nodes::SocketDeclaration::structure_type, and blender::nodes::Transforms.
Referenced by node_register().
|
static |
Definition at line 112 of file node_composite_convolve.cc.
References cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::get_compositor_operation, get_compositor_operation(), blender::bke::bNodeType::nclass, NODE_CLASS_OP_FILTER, node_declare(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 19 of file node_composite_convolve.cc.
Referenced by node_declare().