Home
last modified time | relevance | path

Searched refs:CMP_TRACKPOS_RELATIVE_FRAME (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/compositor/operations/
H A DCOM_TrackPositionOperation.cpp105 else if (this->m_position == CMP_TRACKPOS_RELATIVE_FRAME) { in initExecution()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_node.h1221 #define CMP_TRACKPOS_RELATIVE_FRAME 2 macro
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_node/
H A Ddrawnode.c2624 if (ELEM(node->custom1, CMP_TRACKPOS_RELATIVE_FRAME, CMP_TRACKPOS_ABSOLUTE_FRAME)) { in node_composit_buts_trackpos()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_nodetree.c7903 {CMP_TRACKPOS_RELATIVE_FRAME, in def_cmp_trackpos()