Blender V5.0
blender::nodes::node_composite_trackpos_cc Namespace Reference

Classes

class  TrackPositionOperation

Functions

static void cmp_node_trackpos_declare (NodeDeclarationBuilder &b)
static void init (const bContext *C, PointerRNA *ptr)
static void node_composit_buts_trackpos (uiLayout *layout, bContext *C, PointerRNA *ptr)
static NodeOperationget_compositor_operation (Context &context, DNode node)

Variables

static const EnumPropertyItem mode_items []

Function Documentation

◆ cmp_node_trackpos_declare()

◆ get_compositor_operation()

NodeOperation * blender::nodes::node_composite_trackpos_cc::get_compositor_operation ( Context & context,
DNode node )
static

Definition at line 364 of file node_composite_trackpos.cc.

◆ init()

◆ node_composit_buts_trackpos()

void blender::nodes::node_composite_trackpos_cc::node_composit_buts_trackpos ( uiLayout * layout,
bContext * C,
PointerRNA * ptr )
static

Variable Documentation

◆ mode_items

const EnumPropertyItem blender::nodes::node_composite_trackpos_cc::mode_items[]
static
Initial value:
= {
"ABSOLUTE",
0,
N_("Absolute"),
N_("Returns the position and speed of the marker at the current scene frame relative to the "
"zero origin of the tracking space")},
"RELATIVE_START",
0,
N_("Relative Start"),
N_("Returns the position and speed of the marker at the current scene frame relative to the "
"position of the first non-disabled marker in the track")},
"RELATIVE_FRAME",
0,
N_("Relative Frame"),
N_("Returns the position and speed of the marker at the current scene frame relative to the "
"position of the marker at the current scene frame plus the user given relative frame")},
"ABSOLUTE_FRAME",
0,
N_("Absolute Frame"),
N_("Returns the position and speed of the marker at the given absolute frame")},
{0, nullptr, 0, nullptr, nullptr},
}
@ CMP_NODE_TRACK_POSITION_RELATIVE_START
@ CMP_NODE_TRACK_POSITION_ABSOLUTE_FRAME
@ CMP_NODE_TRACK_POSITION_RELATIVE_FRAME
@ CMP_NODE_TRACK_POSITION_ABSOLUTE
#define N_(msgid)

Definition at line 37 of file node_composite_trackpos.cc.

Referenced by cmp_node_trackpos_declare().