Blender V5.0
blender::nodes::node_composite_convolve_cc Namespace Reference

Classes

class  ConvolveOperation

Enumerations

enum class  KernelDataType : uint8_t { Float = 0 , Color = 1 }

Functions

static void node_declare (NodeDeclarationBuilder &b)
static NodeOperationget_compositor_operation (Context &context, DNode node)
static void node_register ()

Variables

static const EnumPropertyItem kernel_data_type_items []

Enumeration Type Documentation

◆ KernelDataType

Enumerator
Float 
Color 

Definition at line 14 of file node_composite_convolve.cc.

Function Documentation

◆ get_compositor_operation()

NodeOperation * blender::nodes::node_composite_convolve_cc::get_compositor_operation ( Context & context,
DNode node )
static

Definition at line 107 of file node_composite_convolve.cc.

Referenced by node_register().

◆ node_declare()

◆ node_register()

Variable Documentation

◆ kernel_data_type_items

const EnumPropertyItem blender::nodes::node_composite_convolve_cc::kernel_data_type_items[]
static
Initial value:
= {
"FLOAT",
0,
N_("Float"),
N_("The kernel is a float and will be convolved with all input channels")},
"COLOR",
0,
N_("Color"),
N_("The kernel is a color and each channel of the kernel will be convolved with each "
"respective channel in the input")},
{0, nullptr, 0, nullptr, nullptr},
}
#define N_(msgid)

Definition at line 19 of file node_composite_convolve.cc.

Referenced by node_declare().