blendersynth.file.tempfiles

blendersynth.file.tempfiles.cleanup_temp_files()[source]

Delete all temporary files in the blendersynth tempdir

blendersynth.file.tempfiles.create_temp_file(ext='.png')[source]

Create and return a temporary filename that will be in the user’s tempdir. These can all be cleaned up after use by the cleanup_temp_files function.

Parameters:

ext – file extension to use