|
Blender V4.5
|
Classes | |
| class | DilateErodeOperation |
Functions | |
| static void | cmp_node_dilate_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_init_dilateerode (bNodeTree *, bNode *node) |
| static void | node_composit_buts_dilateerode (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_update (bNodeTree *ntree, bNode *node) |
| static NodeOperation * | get_compositor_operation (Context &context, DNode node) |
|
static |
Definition at line 38 of file node_composite_dilate.cc.
References b, cmp_node_dilate_declare(), blender::nodes::decl::Float::default_value, blender::nodes::decl::Int::default_value, max, and min.
Referenced by cmp_node_dilate_declare().
|
static |
Definition at line 565 of file node_composite_dilate.cc.
References get_compositor_operation().
Referenced by get_compositor_operation().
|
static |
Definition at line 65 of file node_composite_dilate.cc.
References CMP_NODE_DILATE_ERODE_DISTANCE_FEATHER, node_composit_buts_dilateerode(), uiLayout::prop(), RNA_enum_get(), and UI_ITEM_R_SPLIT_EMPTY_NAME.
Referenced by node_composit_buts_dilateerode().
|
static |
Definition at line 58 of file node_composite_dilate.cc.
References data, MEM_callocN(), node_composit_init_dilateerode(), PROP_SMOOTH, and bNode::storage.
Referenced by node_composit_init_dilateerode().
|
static |
Definition at line 73 of file node_composite_dilate.cc.
References CMP_NODE_DILATE_ERODE_DISTANCE_THRESHOLD, bNode::custom1, blender::bke::node_find_socket(), blender::bke::node_set_socket_availability(), node_update(), and SOCK_IN.
Referenced by node_update().