CompositorNodeTrackPos(CompositorNode)
base classes — bpy_struct, Node, CompositorNode
-
class bpy.types.CompositorNodeTrackPos(CompositorNode)
-
clip
-
-
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’ |
-
relative_frame
Frame to be used for relative position
Type : | int in [-32768, 32767], default 0 |
-
track_name
Type : | string, default “”, (never None) |
-
tracking_object
Type : | string, default “”, (never None) |
Inherited Properties
Inherited Functions