|
Blender V5.0
|
Classes | |
| class | DilateErodeOperation |
Functions | |
| static void | cmp_node_dilate_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_init_dilateerode (bNodeTree *, bNode *node) |
| static NodeOperation * | get_compositor_operation (Context &context, DNode node) |
Variables | |
| static const EnumPropertyItem | type_items [] |
|
static |
Definition at line 40 of file node_composite_dilate.cc.
References b, BLT_I18NCONTEXT_ID_CURVE_LEGACY, CMP_NODE_DILATE_ERODE_DISTANCE_FEATHER, CMP_NODE_DILATE_ERODE_DISTANCE_THRESHOLD, CMP_NODE_DILATE_ERODE_STEP, blender::nodes::SocketDeclaration::description, blender::nodes::SocketDeclaration::optional_label, PROP_SMOOTH, rna_enum_proportional_falloff_curve_only_items, blender::nodes::SocketDeclaration::structure_type, and type_items.
|
static |
Definition at line 568 of file node_composite_dilate.cc.
References get_compositor_operation().
Referenced by get_compositor_operation().
|
static |
Definition at line 68 of file node_composite_dilate.cc.
References data, MEM_callocN(), and bNode::storage.
|
static |
Definition at line 32 of file node_composite_dilate.cc.
Referenced by cmp_node_dilate_declare().