TimelineItem.export_LUT#

TimelineItem.export_LUT(export_type: LUT_Export_Type, export_path: str) bool[source]#

Exports LUTs from tiItem

Parameters:
  • export_type (LUT_Export_Type) – export lut type

  • export_path (str) – Saves generated LUT in the provided ‘path’ (string). ‘path’ should include the intended file name.If an empty or incorrect extension is provided, the appropriate extension (.cube/.vlt) will be appended at the end of the path.

Returns:

Returns True if successful, False otherwise.

Return type:

bool