Blender V4.5
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 void node_composit_buts_kuwahara (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_update (bNodeTree *ntree, bNode *node)
 
static NodeOperationget_compositor_operation (Context &context, DNode node)
 

Function Documentation

◆ cmp_node_kuwahara_declare()

static void blender::nodes::node_composite_kuwahara_cc::cmp_node_kuwahara_declare ( NodeDeclarationBuilder & b)
static

◆ get_compositor_operation()

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

Definition at line 826 of file node_composite_kuwahara.cc.

References get_compositor_operation(), and node.

Referenced by get_compositor_operation().

◆ node_composit_buts_kuwahara()

static void blender::nodes::node_composite_kuwahara_cc::node_composit_buts_kuwahara ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 87 of file node_composite_kuwahara.cc.

References uiLayout::prop(), ptr, and UI_ITEM_NONE.

◆ node_composit_init_kuwahara()

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

Definition at line 80 of file node_composite_kuwahara.cc.

References CMP_NODE_KUWAHARA_ANISOTROPIC, data, MEM_callocN(), and node.

◆ node_update()

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