|
Blender V4.3
|
#include "BLI_math_geom.h"#include "BLI_math_matrix_types.hh"#include "BLI_math_vector_types.hh"#include "GPU_shader.hh"#include "GPU_texture.hh"#include "BKE_tracking.h"#include "COM_algorithm_smaa.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_cornerpin_cc::CornerPinOperation |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_cornerpin_cc |
Functions | |
| static void | blender::nodes::node_composite_cornerpin_cc::cmp_node_cornerpin_declare (NodeDeclarationBuilder &b) |
| static NodeOperation * | blender::nodes::node_composite_cornerpin_cc::get_compositor_operation (Context &context, DNode node) |
| void | register_node_type_cmp_cornerpin () |
| void register_node_type_cmp_cornerpin | ( | ) |
Definition at line 177 of file node_composite_cornerpin.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().