Blender V5.0
node_composite_scale.cc File Reference
#include "BLI_listbase.h"
#include "BLI_math_angle_types.hh"
#include "BLI_math_base.hh"
#include "BLI_math_matrix.hh"
#include "BLI_math_matrix_types.hh"
#include "BLI_math_vector.hh"
#include "BLI_math_vector_types.hh"
#include "BLI_string.h"
#include "DNA_node_types.h"
#include "RNA_enum_types.hh"
#include "GPU_shader.hh"
#include "GPU_texture.hh"
#include "COM_domain.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_scale_cc::ScaleOperation

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_composite_scale_cc

Functions

static void blender::nodes::node_composite_scale_cc::cmp_node_scale_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_composite_scale_cc::node_composit_init_scale (bNodeTree *, bNode *node)
static NodeOperationblender::nodes::node_composite_scale_cc::get_compositor_operation (Context &context, DNode node)
static void register_node_type_cmp_scale ()

Variables

static const EnumPropertyItem blender::nodes::node_composite_scale_cc::type_items []
static const EnumPropertyItem blender::nodes::node_composite_scale_cc::frame_type_items []

Function Documentation

◆ register_node_type_cmp_scale()