Blender
V3.3
|
Go to the source code of this file.
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_composite_vec_blur_cc | |
Functions | |
static void | blender::nodes::node_composite_vec_blur_cc::cmp_node_vec_blur_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_composite_vec_blur_cc::node_composit_init_vecblur (bNodeTree *UNUSED(ntree), bNode *node) |
static void | blender::nodes::node_composite_vec_blur_cc::node_composit_buts_vecblur (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
void | register_node_type_cmp_vecblur () |
Definition at line 56 of file node_composite_vec_blur.cc.
References cmp_node_type_base(), blender::nodes::node_composite_vec_blur_cc::cmp_node_vec_blur_declare(), CMP_NODE_VECBLUR, bNodeType::declare, bNodeType::draw_buttons, NODE_CLASS_OP_FILTER, blender::nodes::node_composite_vec_blur_cc::node_composit_buts_vecblur(), blender::nodes::node_composite_vec_blur_cc::node_composit_init_vecblur(), node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().