Skip to content
Snippets Groups Projects
Commit 10ebd1e5 authored by florianfelix's avatar florianfelix
Browse files

Auto Save Render: Adjusted naming of blend file save

parent 2ff4a4a2
Branches
Tags
No related merge requests found
......@@ -148,8 +148,7 @@ def auto_save_render(scene):
image.save_render(save_name, scene=None)
if scene.auto_save_blend:
save_name_blend = join(filepath, blendname) + '_' + \
str(highest+1).zfill(3) + '.blend'
save_name_blend = join(filepath, save_name) + '.blend'
print('Blend_Save:', save_name_blend)
bpy.ops.wm.save_as_mainfile(filepath=save_name_blend, copy=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment