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:
authorTon Roosendaal <ton@blender.org>2003-10-28 17:20:03 +0300
committerTon Roosendaal <ton@blender.org>2003-10-28 17:20:03 +0300
commit4bec8ba7d53e4b90c683e183f1090a859a0e5a0e (patch)
tree13a008eb49af37fa42fedef7038adb87ae278871 /source/blender/include/BIF_space.h
parentc6ec4cb984b43c762d8f55d5b24d9c4f617cb4ee (diff)
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!
Diffstat (limited to 'source/blender/include/BIF_space.h')
-rw-r--r--source/blender/include/BIF_space.h3
1 files changed, 1 insertions, 2 deletions
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);