|
Blender V4.5
|
Classes | |
| class | ConvertKuwaharaOperation |
Functions | |
| static void | cmp_node_kuwahara_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_init_kuwahara (bNodeTree *, bNode *node) |
| static void | node_composit_buts_kuwahara (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 36 of file node_composite_kuwahara.cc.
References b, cmp_node_kuwahara_declare(), blender::nodes::decl::Bool::default_value, blender::nodes::decl::Color::default_value, blender::nodes::decl::Float::default_value, blender::nodes::decl::Int::default_value, max, min, and PROP_FACTOR.
Referenced by cmp_node_kuwahara_declare().
|
static |
Definition at line 826 of file node_composite_kuwahara.cc.
References get_compositor_operation().
Referenced by get_compositor_operation().
|
static |
Definition at line 87 of file node_composite_kuwahara.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
|
static |
Definition at line 80 of file node_composite_kuwahara.cc.
References CMP_NODE_KUWAHARA_ANISOTROPIC, data, MEM_callocN(), and bNode::storage.
|
static |
Definition at line 92 of file node_composite_kuwahara.cc.
References CMP_NODE_KUWAHARA_CLASSIC, blender::bke::node_find_socket(), blender::bke::node_set_socket_availability(), and SOCK_IN.