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:
authorCampbell Barton <ideasman42@gmail.com>2006-12-15 23:22:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2006-12-15 23:22:59 +0300
commit0369f08299e0a3462c697fcc4133f0bca53162c0 (patch)
tree8bbb10d9137632ad4c465b64ec73fdf151c083d8 /source/blender/src/toolbox.c
parentd78aed0682c39e43190d71a76353f054140e8f59 (diff)
made the hax height of the clever_numbers 8 rather then 5, was wrapping on too many scripts.
bvh import was having errors on joints with no animation. typo in uvcopy from my previous commit.
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 231d404b308..4601fa77b3a 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -465,7 +465,7 @@ int movetolayer_short_buts(short *lay, char *title)
/* ********************** CLEVER_NUMBUTS ******************** */
#define MAXNUMBUTS 120
-#define MAXNUMBUTROWS 5
+#define MAXNUMBUTROWS 8
VarStruct numbuts[MAXNUMBUTS];
void *numbpoin[MAXNUMBUTS];