Blender
V3.3
|
Functions | |
static void | cmp_node_bilateralblur_declare (NodeDeclarationBuilder &b) |
static void | node_composit_init_bilateralblur (bNodeTree *UNUSED(ntree), bNode *node) |
static void | node_composit_buts_bilateralblur (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
|
static |
Definition at line 17 of file node_composite_bilateralblur.cc.
References usdtokens::b(), and N_.
Referenced by register_node_type_cmp_bilateralblur().
|
static |
Definition at line 33 of file node_composite_bilateralblur.cc.
References col, ptr, UI_ITEM_R_SPLIT_EMPTY_NAME, uiItemR(), and uiLayoutColumn().
Referenced by register_node_type_cmp_bilateralblur().
|
static |
Definition at line 24 of file node_composite_bilateralblur.cc.
References NodeBilateralBlurData::iter, node, NodeBilateralBlurData::sigma_color, and NodeBilateralBlurData::sigma_space.
Referenced by register_node_type_cmp_bilateralblur().