|
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, and blender::nodes::SocketDeclaration::description.
|
static |
Definition at line 565 of file node_composite_dilate.cc.
References get_compositor_operation(), and node.
Referenced by get_compositor_operation().
|
static |
Definition at line 65 of file node_composite_dilate.cc.
References CMP_NODE_DILATE_ERODE_DISTANCE_FEATHER, uiLayout::prop(), ptr, RNA_enum_get(), and UI_ITEM_R_SPLIT_EMPTY_NAME.
|
static |
Definition at line 58 of file node_composite_dilate.cc.
References data, MEM_callocN(), node, and PROP_SMOOTH.
|
static |
Definition at line 73 of file node_composite_dilate.cc.
References CMP_NODE_DILATE_ERODE_DISTANCE_THRESHOLD, node, blender::bke::node_find_socket(), blender::bke::node_set_socket_availability(), and SOCK_IN.