From 1ae3ffb6c95c6ba4a95e7feba18f7e87580a6c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20T=C3=B6nne?= Date: Tue, 2 Jun 2015 15:25:13 +0200 Subject: 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. --- source/blender/makesdna/DNA_cache_library_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_cache_library_types.h') 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 */ -- cgit v1.2.3