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:
Diffstat (limited to 'source/blender/include/blendef.h')
-rw-r--r--source/blender/include/blendef.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/include/blendef.h b/source/blender/include/blendef.h
index 52638e6f988..425d95cc112 100644
--- a/source/blender/include/blendef.h
+++ b/source/blender/include/blendef.h
@@ -34,8 +34,8 @@
/* **************** MAX ********************* */
-#define MAXFRAME 30000
-#define MAXFRAMEF 30000.0f
+#define MAXFRAME 300000
+#define MAXFRAMEF 300000.0f
#define MINFRAME 1
#define MINFRAMEF 1.0
@@ -277,6 +277,8 @@
#define B_UITHEMEIMPORT 323
#define B_UITHEMEEXPORT 324
+#define B_MEMCACHELIMIT 325
+
/* Definitions for the fileselect buttons in user prefs */
#define B_FONTDIRFILESEL 330
#define B_TEXTUDIRFILESEL 331