Blender
V3.3
|
Functions | |
static void | cmp_node_blur_declare (NodeDeclarationBuilder &b) |
static void | node_composit_init_blur (bNodeTree *UNUSED(ntree), bNode *node) |
static void | node_composit_buts_blur (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
|
static |
Definition at line 19 of file node_composite_blur.cc.
References usdtokens::b(), and N_.
Referenced by register_node_type_cmp_blur().
|
static |
Definition at line 33 of file node_composite_blur.cc.
References col, filter(), IFACE_, ptr, R_FILTER_FAST_GAUSS, RNA_boolean_get(), RNA_enum_get(), UI_ITEM_R_EXPAND, UI_ITEM_R_SPLIT_EMPTY_NAME, uiItemL(), uiItemR(), uiLayoutColumn(), and uiLayoutRow().
Referenced by register_node_type_cmp_blur().
|
static |
Definition at line 26 of file node_composite_blur.cc.
References data, node, and R_FILTER_GAUSS.
Referenced by register_node_type_cmp_blur().