|
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, blender::nodes::SocketDeclaration::description, PROP_FACTOR, and blender::nodes::decl::Float::subtype.
|
static |
Definition at line 826 of file node_composite_kuwahara.cc.
References get_compositor_operation(), and node.
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 node.
|
static |
Definition at line 92 of file node_composite_kuwahara.cc.
References CMP_NODE_KUWAHARA_CLASSIC, node, blender::bke::node_find_socket(), blender::bke::node_set_socket_availability(), and SOCK_IN.