CompositorNodeTrackPos(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeTrackPos(CompositorNode)
clip
Type :MovieClip
frame_relative

Frame to be used for relative position

Type :int in [-32768, 32767], default 0
position

Which marker position to use for output

  • ABSOLUTE Absolute, Output absolute position of a marker.
  • RELATIVE_START Relative Start, Output position of a marker relative to first marker of a track.
  • RELATIVE_FRAME Relative Frame, Output position of a marker relative to marker at given frame number.
Type :enum in [‘ABSOLUTE’, ‘RELATIVE_START’, ‘RELATIVE_FRAME’], default ‘ABSOLUTE’
track_name
Type :string, default “”, (never None)
tracking_object
Type :string, default “”, (never None)

Inherited Properties

Inherited Functions

Previous topic

CompositorNodeTonemap(CompositorNode)

Next topic

CompositorNodeTransform(CompositorNode)