Author Topic: Render time and noise level to be shown in saved CXR render file  (Read 84 times)

2024-04-18, 08:23:59

Pooya Madani

  • Users
  • *
  • Posts: 3
    • View Profile
When saving the render file as CXR, it would be great if we can see the noise level and render time for that render.

2024-04-18, 09:16:01
Reply #1

Frood

  • Active Users
  • **
  • Posts: 1922
    • View Profile
    • Rakete GmbH
Corona has always been a bit stingy with stats data (and logging) and a convenient option to access it would be nice (at least in CIE), yes. Additionally all stats should be included in EXR metadata as well at best.

But Corona already stores the most important info in CRXs. Use exiftool to extract it like:

Code: [Select]
exiftool -CoronaStats* -CoronaRenderStamp* yourfile.cxr
And note that the renderstamp is always saved into the CRX, even when not activated in the render settings. So you can use it to store various data additionally. if you write a batch with something like above, you can even integrate it into windows explorer context menu of CXR files (image).


Good Luck




Never underestimate the power of a well placed level one spell.