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>2011-01-02 16:33:32 +0300
committerTon Roosendaal <ton@blender.org>2011-01-02 16:33:32 +0300
commit118667c1bfcbac12f38435f5e143ece41bb7a4fd (patch)
treeaea89b8fa0122bcb0dcae1519362308ac8bf89f3 /source/blender/blenkernel/BKE_main.h
parent939cf114bb4465fc9977620b84bad60047526fe8 (diff)
Small feature for debugging pleasure:
The svn revision nr is saved in Blender file header now. Can only be retrieved with running blender -d now.
Diffstat (limited to 'source/blender/blenkernel/BKE_main.h')
-rw-r--r--source/blender/blenkernel/BKE_main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_main.h b/source/blender/blenkernel/BKE_main.h
index 533679cead1..74d4cf88eda 100644
--- a/source/blender/blenkernel/BKE_main.h
+++ b/source/blender/blenkernel/BKE_main.h
@@ -51,6 +51,7 @@ typedef struct Main {
char name[240];
short versionfile, subversionfile;
short minversionfile, minsubversionfile;
+ int revision; /* svn revision of binary that saved file */
struct Library *curlib;
ListBase scene;