We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc6874 commit 325d1ccCopy full SHA for 325d1cc
simloader/__init__.py
@@ -13,6 +13,7 @@ def print_information(scene):
13
return
14
now = datetime.now()
15
path = bpy.context.scene.render.filepath
16
+ path = bpy.path.abspath(path)
17
filepath = path + '/simloader_' + now.strftime("%Y_%m_%d %H:%M")
18
with open(filepath, 'w') as file:
19
file.write("Render Time: {}\n".format(now.strftime("%Y_%m_%d %H:%M")))
0 commit comments