Blender  V3.3
Functions
blender::nodes::node_composite_dilate_cc Namespace Reference

Functions

static void cmp_node_dilate_declare (NodeDeclarationBuilder &b)
 
static void node_composit_init_dilateerode (bNodeTree *UNUSED(ntree), bNode *node)
 
static void node_composit_buts_dilateerode (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 

Function Documentation

◆ cmp_node_dilate_declare()

static void blender::nodes::node_composite_dilate_cc::cmp_node_dilate_declare ( NodeDeclarationBuilder &  b)
static

Definition at line 19 of file node_composite_dilate.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_cmp_dilateerode().

◆ node_composit_buts_dilateerode()

static void blender::nodes::node_composite_dilate_cc::node_composit_buts_dilateerode ( uiLayout *  layout,
bContext *  UNUSEDC,
PointerRNA *  ptr 
)
static

◆ node_composit_init_dilateerode()

static void blender::nodes::node_composite_dilate_cc::node_composit_init_dilateerode ( bNodeTree *  UNUSEDntree,
bNode *  node 
)
static

Definition at line 25 of file node_composite_dilate.cc.

References data, node, and PROP_SMOOTH.

Referenced by register_node_type_cmp_dilateerode().