|
Blender V5.0
|
Classes | |
| class | ConvertKuwaharaOperation |
Functions | |
| static void | cmp_node_kuwahara_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_init_kuwahara (bNodeTree *, bNode *node) |
| static NodeOperation * | get_compositor_operation (Context &context, DNode node) |
Variables | |
| static const EnumPropertyItem | type_items [] |
|
static |
Definition at line 43 of file node_composite_kuwahara.cc.
References b, CMP_NODE_KUWAHARA_ANISOTROPIC, CMP_NODE_KUWAHARA_CLASSIC, blender::nodes::SocketDeclaration::description, blender::nodes::SocketDeclaration::optional_label, PROP_FACTOR, blender::nodes::SocketDeclaration::structure_type, blender::nodes::decl::Float::subtype, and type_items.
|
static |
Definition at line 829 of file node_composite_kuwahara.cc.
References get_compositor_operation().
Referenced by get_compositor_operation().
|
static |
Definition at line 95 of file node_composite_kuwahara.cc.
References data, MEM_callocN(), and bNode::storage.
|
static |
Definition at line 29 of file node_composite_kuwahara.cc.
Referenced by cmp_node_kuwahara_declare().