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:
- 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]