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

Classes

class  ConvertKuwaharaOperation

Functions

static void cmp_node_kuwahara_declare (NodeDeclarationBuilder &b)
static void node_composit_init_kuwahara (bNodeTree *, bNode *node)
static NodeOperationget_compositor_operation (Context &context, DNode node)

Variables

static const EnumPropertyItem type_items []

Function Documentation

◆ cmp_node_kuwahara_declare()

◆ get_compositor_operation()

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

Definition at line 829 of file node_composite_kuwahara.cc.

References get_compositor_operation().

Referenced by get_compositor_operation().

◆ node_composit_init_kuwahara()

void blender::nodes::node_composite_kuwahara_cc::node_composit_init_kuwahara ( bNodeTree * ,
bNode * node )
static

Definition at line 95 of file node_composite_kuwahara.cc.

References data, MEM_callocN(), and bNode::storage.

Variable Documentation

◆ type_items

const EnumPropertyItem blender::nodes::node_composite_kuwahara_cc::type_items[]
static
Initial value:
= {
"CLASSIC",
0,
N_("Classic"),
N_("Fast but less accurate variation")},
"ANISOTROPIC",
0,
N_("Anisotropic"),
N_("Accurate but slower variation")},
{0, nullptr, 0, nullptr, nullptr},
}
@ CMP_NODE_KUWAHARA_CLASSIC
@ CMP_NODE_KUWAHARA_ANISOTROPIC
#define N_(msgid)

Definition at line 29 of file node_composite_kuwahara.cc.

Referenced by cmp_node_kuwahara_declare().