RenderNames adds template-based render file naming and organization to Blender. Instead of Blender's plain output text field, it lets you build render paths from variables such as {{scene}}, {{camera}}, {{date}}, {{resolution}}, {{engine}}, {{samples}}, and more, with a live preview that shows the output path as you type. It also handles automatic folder organization by scene, camera, or date, so files land where the preview indicates.
The add-on lives directly in Blender's Output Properties panel. It is non-destructive, meaning you can enable or disable it without losing your settings. Built-in presets cover common setups, including Simple (just the scene name), Professional (a full folder structure with date and camera), Archival (timestamped for versioning), By Camera, and Minimal. You can also create custom presets and export them as JSON to share across a team.
RenderNames is released under the GNU General Public License v3.0 or later, the same license as Blender. It requests file permissions to create render output folders and save preset files, and clipboard access to copy template variables and render paths.