From 4bec8ba7d53e4b90c683e183f1090a859a0e5a0e Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Tue, 28 Oct 2003 14:20:03 +0000 Subject: Fixing loose ends: - nkey menu for buttonswindow (hex values) couldnt be restored yet, is for next release - replaced Nkey in IpoWindow with Panel, this now displays the buttons that were formerly in 'anim buttons' as well; to view the boundbox values of all visible curves, and adjust it. - the new panel also has the 'set speed' option, fixed stuff in it and added better errorwarning... still not a very well coded tool! --- source/blender/include/BIF_space.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/include/BIF_space.h') diff --git a/source/blender/include/BIF_space.h b/source/blender/include/BIF_space.h index 431713f6043..924e1a0274b 100644 --- a/source/blender/include/BIF_space.h +++ b/source/blender/include/BIF_space.h @@ -55,8 +55,7 @@ struct BWinEvent; #define VIEW3D_HANDLER_OBJECT 3 /* ipo handler codes */ -#define IPO_HANDLER_SETTINGS 20 - +#define IPO_HANDLER_PROPERTIES 20 void scrarea_do_windraw (struct ScrArea *sa); -- cgit v1.2.3