|
Blender V4.5
|
Classes | |
| class | SocketSearchOp |
| class | FilterOperation |
Functions | |
| static void | cmp_node_filter_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_buts_filter (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static NodeOperation * | get_compositor_operation (Context &context, DNode node) |
|
static |
Definition at line 25 of file node_composite_filter.cc.
References b, cmp_node_filter_declare(), PROP_FACTOR, and blender::nodes::decl::Float::subtype.
Referenced by cmp_node_filter_declare().
|
static |
Definition at line 55 of file node_composite_filter.cc.
References blender::nodes::GatherLinkSearchOpParams::add_item(), CMP_NODE_FILTER_KIRSCH, CMP_NODE_FILTER_LAPLACE, CMP_NODE_FILTER_PREWITT, CMP_NODE_FILTER_SHADOW, CMP_NODE_FILTER_SHARP_BOX, CMP_NODE_FILTER_SHARP_DIAMOND, CMP_NODE_FILTER_SOBEL, CMP_NODE_FILTER_SOFT, gather_link_searches(), IFACE_, blender::nodes::GatherLinkSearchOpParams::node_tree(), blender::nodes::GatherLinkSearchOpParams::other_socket(), SOCK_RGBA, bNodeSocket::type, and bNodeTree::typeinfo.
Referenced by gather_link_searches().
|
static |
Definition at line 265 of file node_composite_filter.cc.
References get_compositor_operation().
Referenced by get_compositor_operation().
|
static |
Definition at line 39 of file node_composite_filter.cc.
References node_composit_buts_filter(), uiLayout::prop(), and UI_ITEM_R_SPLIT_EMPTY_NAME.
Referenced by node_composit_buts_filter().