Project.render_with_quick_export#

Project.render_with_quick_export(preset_name: str, param_dict: Dict[str, Any]) Dict[str, Any][source]#

Starts a Quick Export render using the specified preset name and parameter dictionary.

Parameters:
  • preset_name (str) – The name of the Quick Export render preset.

  • param_dict (Dict[str, Any]) – Dictionary of render settings, supported keys include “TargetDir”, “CustomName”, “VideoQuality”, and “EnableUpload”.(“EnableUpload” key enables direct upload for supported web presets.)

Returns:

A dictionary containing the job status and render time, or an error string if the render failed or was not attempted.

Return type:

Dict[str, Any]