|
Blender V4.3
|
#include "BLI_math_vector.hh"#include "GPU_shader.hh"#include "GPU_texture.hh"#include "COM_node_operation.hh"#include "COM_utilities.hh"#include "node_composite_util.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_composite_displace_cc::DisplaceOperation |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_displace_cc |
Functions | |
| static void | blender::nodes::node_composite_displace_cc::cmp_node_displace_declare (NodeDeclarationBuilder &b) |
| static NodeOperation * | blender::nodes::node_composite_displace_cc::get_compositor_operation (Context &context, DNode node) |
| void | register_node_type_cmp_displace () |
| void register_node_type_cmp_displace | ( | ) |
Definition at line 124 of file node_composite_displace.cc.
References cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::get_compositor_operation, NODE_CLASS_DISTORT, and blender::bke::node_register_type().
Referenced by register_composite_nodes().