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

Classes

class  SocketSearchOp
class  FilterOperation

Functions

static void cmp_node_filter_declare (NodeDeclarationBuilder &b)
static void gather_link_searches (GatherLinkSearchOpParams &params)
static NodeOperationget_compositor_operation (Context &context, DNode node)

Variables

static const EnumPropertyItem type_items []

Function Documentation

◆ cmp_node_filter_declare()

◆ gather_link_searches()

◆ get_compositor_operation()

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

Definition at line 288 of file node_composite_filter.cc.

References get_compositor_operation().

Referenced by get_compositor_operation().

Variable Documentation

◆ type_items

const EnumPropertyItem blender::nodes::node_composite_filter_cc::type_items[]
static
Initial value:
= {
{CMP_NODE_FILTER_SOFT, "SOFTEN", 0, N_("Soften"), ""},
"SHARPEN",
0,
N_("Box Sharpen"),
N_("An aggressive sharpening filter")},
"SHARPEN_DIAMOND",
0,
N_("Diamond Sharpen"),
N_("A moderate sharpening filter")},
{CMP_NODE_FILTER_LAPLACE, "LAPLACE", 0, N_("Laplace"), ""},
{CMP_NODE_FILTER_SOBEL, "SOBEL", 0, N_("Sobel"), ""},
{CMP_NODE_FILTER_PREWITT, "PREWITT", 0, N_("Prewitt"), ""},
{CMP_NODE_FILTER_KIRSCH, "KIRSCH", 0, N_("Kirsch"), ""},
{CMP_NODE_FILTER_SHADOW, "SHADOW", 0, N_("Shadow"), ""},
{0, nullptr, 0, nullptr, nullptr},
}
@ CMP_NODE_FILTER_PREWITT
@ CMP_NODE_FILTER_SHARP_BOX
@ CMP_NODE_FILTER_KIRSCH
@ CMP_NODE_FILTER_LAPLACE
@ CMP_NODE_FILTER_SHARP_DIAMOND
@ CMP_NODE_FILTER_SOFT
@ CMP_NODE_FILTER_SOBEL
@ CMP_NODE_FILTER_SHADOW
#define N_(msgid)

Definition at line 22 of file node_composite_filter.cc.

Referenced by cmp_node_filter_declare().