The following "macros" can be inserted in the image and MXI output fields to create filenames based on different variables. They can be useful to make sure you don't override a previous render, or to keep track of which camera was used to render for example.
Example:
Myrender_%scenename%_%camera%.png may produce:
Myrender_thescene_camera1.png
Macro name | Inserts |
---|---|
%burn% | The burn value in render options |
%camera% | The camera name |
%colorspace% | The chosen colorspace in render options |
%date% | The current date |
%gamma% | The gamma value in render options |
%height% | The height of the render resolution |
%iso% | The ISO value the camera options |
%resolution% | The render resolution (height & width) |
%scenename% | The scene name |
%scenepath% | The full path of the scene location on your computer |
%sharpness% | The sharpness value from the Tonemapping options |
%shutter% | The shutter value from the Camera options |