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:
authorXiao Xiangquan <xiaoxiangquan@gmail.com>2011-08-12 17:43:21 +0400
committerXiao Xiangquan <xiaoxiangquan@gmail.com>2011-08-12 17:43:21 +0400
commit3a8c7be9e4740c5627c9e49eb50c3687a959d7e6 (patch)
tree2f6761091e091e914d258d0c7bbdfd6d4e1a8839 /release
parentb99f7af35725255cafffb03555e8eb21e326797e (diff)
code clear, insert blf_gettext.c to blf.c
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/image.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/image.py b/release/scripts/startup/bl_operators/image.py
index 6fec536a9a6..aca9b581b97 100644
--- a/release/scripts/startup/bl_operators/image.py
+++ b/release/scripts/startup/bl_operators/image.py
@@ -160,7 +160,8 @@ class ProjectEdit(bpy.types.Operator):
filepath = os.path.basename(bpy.data.filepath)
filepath = os.path.splitext(filepath)[0]
- # filepath = bpy.path.clean_name(filepath) # fixes <memory> rubbish, needs checking
+ # fixes <memory> rubbish, needs checking
+ # filepath = bpy.path.clean_name(filepath)
if bpy.data.is_saved:
filepath = "//" + filepath