From 0369f08299e0a3462c697fcc4133f0bca53162c0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 15 Dec 2006 20:22:59 +0000 Subject: 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. --- source/blender/src/toolbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/src/toolbox.c') 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]; -- cgit v1.2.3