Chaos Corona for Cinema 4D > [C4D] General Discussion

Can you tell how many render passes a render has taken from the CXR file?

(1/1)

ianosss:
Hi, Can you tell how many render passes a render has taken from the CXR file?

Frood:
Exr-IO (free plugin to import EXRs) extracts the metadata and displays it in Photoshop "File Info..." -> "Raw Data". You can find the passes here as well:


--- Code: ---<rdf:value rdf:parseType="Resource">
     <exrio:name>corona.stats.passes</exrio:name>
          <exrio:type>int</exrio:type>
          <exrio:value>63</exrio:value>
</rdf:value>

--- End code ---


I would love to find a command line tool to view all metadata without the need of opening the entire file in any application. But maybe there is even a python module capable of doing it, no time to test/search so far.


Good Luck



Frood:
Quoting myself:


--- Quote from: Frood on 2022-06-09, 16:34:09 ---a command line tool to view all metadata without the need of opening the entire file in any application

--- End quote ---

That would be ExifTool. Unfortunately we get stats metadata in CXRs only.


Good Luck




Navigation

[0] Message Index

Go to full version