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:
authorLukas Tönne <lukas.toenne@gmail.com>2015-06-02 16:25:13 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-06-02 16:25:13 +0300
commit1ae3ffb6c95c6ba4a95e7feba18f7e87580a6c5b (patch)
tree4d39bc7aab76d350e731f83a81b594c64f1702cd /source/blender/makesdna/DNA_cache_library_types.h
parent33d6e6ed42f3a092355211bc92e84d91d1fcc413 (diff)
Write metadata to caches (application name, date of creation, user
description). Cache library output archives now have a description string next to them that gets written into the archive.
Diffstat (limited to 'source/blender/makesdna/DNA_cache_library_types.h')
-rw-r--r--source/blender/makesdna/DNA_cache_library_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_cache_library_types.h b/source/blender/makesdna/DNA_cache_library_types.h
index 5a003680b64..0def355e7d5 100644
--- a/source/blender/makesdna/DNA_cache_library_types.h
+++ b/source/blender/makesdna/DNA_cache_library_types.h
@@ -88,6 +88,7 @@ typedef struct CacheLibrary {
int render_flag DNA_DEPRECATED;
int data_types;
struct Group *filter_group;
+ char description[256];
char input_filepath[1024]; /* 1024 = FILE_MAX */
char output_filepath[1024]; /* 1024 = FILE_MAX */