Hi!
What I need to write in Output>Filename to get something like this: blendfilename_camera_date_time.png or blendfilename_camera_number.png
I know that %F - blendfile name, %C - camera name, %S - scene name. But also I need time variables, because I need to make lot of test renders and now I need to write date/time or number manually.
Thanks for reply
there is another way where you add number signs to the end of the file name, so if you have 1000 frames you need four number signs, example filename####.png. it work in cycles.
edit.
sorry forgot to say what it does, it adds the frame number to the end of the name.
ok so i went to use this in a video, and it didn’t work right. i had it as %S_%C_#### and that was the exact name it gave the file. is this for a newer version of blender, i am using version 2.74.
Little update to this thread (I should write it in February :(): Blender (With V-Ray Additions) from ChaosGroup is now using Python’s datetime directives.
sorry i thought this was for blender render(wasn’t sure what vray blender was), thanks for the help, would love to see something like this implemented in the official Blender release.
oscurart, can you show us, how do something like this with cycles? I enabled Oscurart tools, but don’t know how to use it.
I’m using script saved an *.bat file, that render many files with blender in background mode. For me is just hard always writing file name in output section. 2 years ago I was Vray for blender user too and used variables prepared by bdancer. Than I switched to cycles with success, but this kind of tool was very useful.
In Blender 2.8+ enable Oscurar Tools and then you can use following variables in Render -> Output -> file name field:
$File, $Scene, $Layer
i.e.
C:\renders\$File\$File-####.png
I have also been on the path to having variables in file names that I render. Specifically I am currently trying to have camera names in there. I tried the Oscurart Tools and they are a little limited, not to mention have little to no documentation at the moment.
It isn’t perfect as of yet, but it certainly has a decent variety of variables. They don’t work in situations outside of just rendering the current scene, but I have made a request to expand this in 2 ways that may or may not come through.
I believe many people can find this useful. Hopefully even more so if the addon gets attention and love.
One thing that was called to my attention recently is that – as it was before – each Scene can have its own individual render settings, including filename pattern and directory, start/end frame and so on. (I’m using version 2.9, and it wasn’t apparent to me from the present UI that this was [still …] the case.)
I use this feature when I’ve set up a bit of business and I want to film it from several different camera angles, of course storing the outputs separately. In the base scene, I position all of the cameras and name them. Next, I set up linked scenes, choose the active camera for each one, specify the desired filing target. Now I can quickly render all of the footage that I need simply by going through each scene one at a time.
Also, I would point out that the Workbench renderer is very fast, but still accurate. When I’m initially setting up a shot, I “crank out film” using this method – more than I expect to actually use – and use the Stamp feature to put various useful identifying information on each frame for use during editing. When I’ve finally decided exactly what part of that footage I actually need, I do the “real” renders, knowing that they will exactly match. (Always to “EXR” files.) The rest of the footage “winds up on the cutting-room floor.”