This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Inspired by original code by Robert Guetzkow: https://gist.github.com/robertguetzkow/8dacd4b565538d657b72efcaf0afe07e | |
# If you want save still image renders (F12) you must have at least one File Output node connected to image output in your compositor. | |
# The node's name will be prepended to the filename as well as the timestamp. | |
# The timestamp is created when the job is started and not when the frame is rendered thus for animation renders the timestamp | |
# will be the same for all frames. | |
# There is also an option to put entire animation renders in its own timestampted subfolder and to give animation frames a prefix. | |
bl_info = { | |
"name": "Auto-Filename", |