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:
authorCampbell Barton <ideasman42@gmail.com>2008-02-14 13:18:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-02-14 13:18:18 +0300
commit4cb91914c97c81f1259174228f0c7c0372498409 (patch)
tree1b78d88ed59c686fb98789222011bdc9e8f50d58 /source/blender/src/filesel.c
parent3f03fff5576d05b7dfa3c886b2ec667220f86568 (diff)
make the file and image selector convert relative paths.
Diffstat (limited to 'source/blender/src/filesel.c')
-rw-r--r--source/blender/src/filesel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/filesel.c b/source/blender/src/filesel.c
index 8a9b5b4d2b8..f2ed2728617 100644
--- a/source/blender/src/filesel.c
+++ b/source/blender/src/filesel.c
@@ -1172,6 +1172,7 @@ static void activate_fileselect_(int type, char *title, char *file, short *menup
name[2]= 0;
BLI_strncpy(name, file, sizeof(name));
+ BLI_convertstringcode(name, G.sce, G.scene->r.cfra);
sfile= curarea->spacedata.first;