|
Blender V5.0
|
#include "BLI_math_angle_types.hh"#include "BLI_math_matrix.hh"#include "BLI_math_matrix_types.hh"#include "BLI_math_vector_types.hh"#include "RNA_enum_types.hh"#include "UI_interface.hh"#include "UI_interface_layout.hh"#include "DNA_movieclip_types.h"#include "DNA_node_types.h"#include "BKE_context.hh"#include "BKE_lib_id.hh"#include "BKE_movieclip.h"#include "BKE_tracking.h"#include "COM_node_operation.hh"#include "node_composite_util.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_composite_stabilize2d_cc::Stabilize2DOperation |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_stabilize2d_cc |
Functions | |
| static void | blender::nodes::node_composite_stabilize2d_cc::cmp_node_stabilize2d_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_composite_stabilize2d_cc::init (const bContext *C, PointerRNA *ptr) |
| static NodeOperation * | blender::nodes::node_composite_stabilize2d_cc::get_compositor_operation (Context &context, DNode node) |
| static void | register_node_type_cmp_stabilize2d () |
|
static |
Definition at line 192 of file node_composite_stabilize2d.cc.
References CMP_NODE_STABILIZE2D, cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::get_compositor_operation, blender::bke::bNodeType::initfunc_api, blender::bke::bNodeType::nclass, NODE_CLASS_DISTORT, blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.