== Action Editor - Editing Goodies ==
* Peach Request - Added Ctrl-PageUp/Down to jump to next/previous keyframe (respectively), just like elsewhere in Blender.
* As a result, Action Channel rearranging has been remapped so that:
- Ctrl-Shift-PageUp/Down is move to top/bottom
- Shift-PageUp/Down is move up/down
* Added a hotkey ("accentgravekey", i.e. ~/`) to toggle whether all Action Channel levels are expanded or not. This affects all visible Action Channels.
* Added Ctrl-Numpad+ and Ctrl-Numpad- to expand and collapse all Action Channel levels by one level (as appropriate). This only affect selected Action Channels.
This commit is contained in:
@@ -118,6 +118,7 @@ void sample_action_keys(void);
|
||||
void column_select_action_keys(int mode);
|
||||
void selectall_action_keys(short mval[], short mode, short selectmode);
|
||||
void markers_selectkeys_between(void);
|
||||
void nextprev_action_keyframe(short dir);
|
||||
|
||||
/* Action Data Copying */
|
||||
void free_actcopybuf(void);
|
||||
@@ -130,6 +131,9 @@ void down_sel_action(void);
|
||||
void top_sel_action(void);
|
||||
void bottom_sel_action(void);
|
||||
|
||||
void expand_all_action(void);
|
||||
void openclose_level_action(short mode);
|
||||
|
||||
/* IPO/Handle Types */
|
||||
void sethandles_action_keys(int code);
|
||||
void action_set_ipo_flags(short mode, short event);
|
||||
|
||||
Reference in New Issue
Block a user