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:
authorTon Roosendaal <ton@blender.org>2006-12-21 17:00:18 +0300
committerTon Roosendaal <ton@blender.org>2006-12-21 17:00:18 +0300
commite4663acd76419a16d332a0fef2d75bf7bfe943e9 (patch)
tree8bd6a044c9e9266723091a67ec0ef82321d005ec /source/blender/blenkernel/BKE_packedFile.h
parent47bc3d1208c48903f53728d17d3acbb1ccbd06cb (diff)
UnPack data fix:
Now uses original filename for unpacking, instead of the Blender ID name. That latter was a nice idea, but because of its 20 char maxname limit not working well.
Diffstat (limited to 'source/blender/blenkernel/BKE_packedFile.h')
-rw-r--r--source/blender/blenkernel/BKE_packedFile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_packedFile.h b/source/blender/blenkernel/BKE_packedFile.h
index be9792322c4..4b362bbb38f 100644
--- a/source/blender/blenkernel/BKE_packedFile.h
+++ b/source/blender/blenkernel/BKE_packedFile.h
@@ -56,7 +56,6 @@ int writePackedFile(char * filename, struct PackedFile *pf, int guimode);
int checkPackedFile(char * filename, struct PackedFile * pf);
char * unpackFile(char * abs_name, char * local_name, struct PackedFile * pf, int how);
int unpackVFont(struct VFont * vfont, int how);
-void create_local_name(char *localname, char *prefix, char *filename);
int unpackSample(struct bSample *sample, int how);
int unpackImage(struct Image * ima, int how);
void unpackAll(int how);