Timeline.update_marker_custom_data#

Timeline.update_marker_custom_data(frame_id: int, custom_data: str) bool[source]#

Updates customData (string) for the marker at given frameId position. CustomData is not exposed via UI and is useful for scripting developer to attach any user specific data to markers.

Parameters:
  • frame_id (int)

  • custom_data (str)

Return type:

bool