Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-09-28 03:33:10 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-09-28 03:33:10 +0400
commitad1604e840a41f4aa3a2c82ca0b21a8235e180a6 (patch)
tree3c75f6dc0d9e14eba5d716d69aa03ac45bef3dcc /release
parent76b1a27f96ffe1ec8c5351f34bcc2b9733b4483e (diff)
.B25.blend -> startup.blend
Diffstat (limited to 'release')
-rw-r--r--release/scripts/op/image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/op/image.py b/release/scripts/op/image.py
index ca7a017febd..b897e7955a0 100644
--- a/release/scripts/op/image.py
+++ b/release/scripts/op/image.py
@@ -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: