.B25.blend -> startup.blend

This commit is contained in:
Nathan Letwory
2010-09-27 23:33:10 +00:00
parent 76b1a27f96
commit ad1604e840
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ class ProjectEdit(bpy.types.Operator):
# filepath = bpy.path.clean_name(filepath) # fixes <memory> rubbish, needs checking
if filepath.startswith(".") or filepath == "":
# TODO, have a way to check if the file is saved, assume .B25.blend
# TODO, have a way to check if the file is saved, assume startup.blend
tmpdir = context.user_preferences.filepaths.temporary_directory
filepath = os.path.join(tmpdir, "project_edit")
else: