Project.export_current_frame_as_still#

Project.export_current_frame_as_still(file_path: str) bool[source]#

Exports current frame as still to supplied filePath.

Parameters:

file_path (str) – exported still path.filePath must end in valid export file format.

Returns:

Returns True if succssful, False otherwise.

Return type:

bool