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.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/source/blender/include/blendef.h b/source/blender/include/blendef.h
index fee04ac50a8..aaad17453ef 100644
--- a/source/blender/include/blendef.h
+++ b/source/blender/include/blendef.h
@@ -44,8 +44,7 @@
/* max length material array, 16 because of bits in matfrom */
#define MAXPICKBUF 10000
#define MAXSEQ 32
-/* in Image struct */
-#define MAXMIPMAP 10
+
/* in buttons.c */
#define MAX_EFFECT 20
@@ -326,6 +325,13 @@
#define B_SIMABRUSHCHANGE 377
#define B_SIMABTEXBROWSE 378
#define B_SIMABTEXDELETE 379
+#define B_SIMARELOAD 380
+#define B_SIMANAME 381
+#define B_SIMAMULTI 382
+#define B_TRANS_IMAGE 383
+#define B_SIMA_REPACK 384
+#define B_SIMA_PLAY 385
+#define B_SIMA_RECORD 386
/* BUTS: 400 */
#define B_BUTSHOME 401