Resolve.export_burn_in_preset#

Resolve.export_burn_in_preset(preset_name: str, export_path: str) bool[source]#

Export a data burn in preset to a given path (string) if presetName (string) exists.

Parameters:
  • preset_name (str) – name of export preset

  • export_path (str) – path to export

Returns:

Returns True if succssful, False otherwise.

Return type:

bool