Graph Editor: Started adding the missing NKEY panel stuff
Only a dummy pannel for now. I'll add some basic examples of relevant buttons + ways to use them soon.
This commit is contained in:
@@ -99,7 +99,7 @@ void graphedit_operatortypes(void)
|
||||
WM_operatortype_append(GRAPHEDIT_OT_view_togglehandles);
|
||||
WM_operatortype_append(GRAPHEDIT_OT_set_previewrange);
|
||||
WM_operatortype_append(GRAPHEDIT_OT_view_all);
|
||||
// XXX file is not in svn: WM_operatortype_append(GRAPHEDIT_OT_properties);
|
||||
WM_operatortype_append(GRAPHEDIT_OT_properties);
|
||||
|
||||
/* keyframes */
|
||||
/* selection */
|
||||
@@ -202,7 +202,7 @@ void graphedit_keymap(wmWindowManager *wm)
|
||||
|
||||
/* keymap for all regions */
|
||||
keymap= WM_keymap_listbase(wm, "GraphEdit Generic", SPACE_IPO, 0);
|
||||
// XXX file is not in svn: WM_keymap_add_item(keymap, "GRAPHEDIT_OT_properties", NKEY, KM_PRESS, 0, 0);
|
||||
WM_keymap_add_item(keymap, "GRAPHEDIT_OT_properties", NKEY, KM_PRESS, 0, 0);
|
||||
|
||||
/* channels */
|
||||
/* Channels are not directly handled by the Graph Editor module, but are inherited from the Animation module.
|
||||
|
||||
Reference in New Issue
Block a user