Compositor: Output where debug is stored.

This commit is contained in:
Jeroen Bakker 2021-04-09 15:37:09 +02:00
parent a631a9eb1f
commit e3a06420b2
1 changed files with 2 additions and 0 deletions

View File

@ -451,6 +451,8 @@ void DebugInfo::graphviz(const ExecutionSystem *system)
BLI_join_dirfile(filename, sizeof(filename), BKE_tempdir_session(), basename);
m_file_index++;
std::cout << "Writing compositor debug to: " << filename << "\n";
FILE *fp = BLI_fopen(filename, "wb");
fputs(str, fp);
fclose(fp);