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>2007-12-24 20:07:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-12-24 20:07:52 +0300
commit052a0551e49da2a1b07a42c3e67579d9ead4c1fe (patch)
tree0a06ed4edda3967364d8a00af33ce5c67357a191 /source/blender/blenlib/BLI_bpath.h
parent8a07e665c28a94ffd188daa431a4fd0c5a460eba (diff)
Added 'File->External Data->Make all files Absolute'
OpenGL stamp also wasnt checking correctly (own error)
Diffstat (limited to 'source/blender/blenlib/BLI_bpath.h')
-rw-r--r--source/blender/blenlib/BLI_bpath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_bpath.h b/source/blender/blenlib/BLI_bpath.h
index e2d7d23410c..32d20c4b13e 100644
--- a/source/blender/blenlib/BLI_bpath.h
+++ b/source/blender/blenlib/BLI_bpath.h
@@ -56,4 +56,5 @@ void BLI_bpathIterator_copyPathExpanded( struct BPathIterator *bpi, char *path
/* creates a text file with missing files if there are any */
struct Text * checkMissingFiles(void);
void makeFilesRelative(int *tot, int *changed, int *failed, int *linked);
+void makeFilesAbsolute(int *tot, int *changed, int *failed, int *linked);
void findMissingFiles(char *str);