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:
authorJoshua Leung <aligorith@gmail.com>2008-02-20 14:02:32 +0300
committerJoshua Leung <aligorith@gmail.com>2008-02-20 14:02:32 +0300
commit6862acc1b3fca36cdbd629b7300d03f30c914874 (patch)
tree4d88802c1c80df31d8ea8af4de5a7fc4537abb59 /source/blender/include
parent53590faba147fd237913bd0b816e075bd0187bbf (diff)
== Action Editor - Channel Tools ==
* Added a new set of related tools for channel editing (Toggle/Enable/Disable Setting). These are activated using the Shift-W, Ctrl-Shift-W, and Alt-W hotkeys. They allow for setting of the given setting on all selected channels (where it will apply). * Moved + grouped all the channel-related operations in a new "Channels" menu, located between the "Select" and "Markers" menus. This makes more sense than squeezing the functionality at the end of the "Key" menu!
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_editaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editaction.h b/source/blender/include/BIF_editaction.h
index 29985a06a7e..930a7263ce4 100644
--- a/source/blender/include/BIF_editaction.h
+++ b/source/blender/include/BIF_editaction.h
@@ -153,6 +153,7 @@ void rearrange_action_channels(short mode);
void expand_all_action(void);
void openclose_level_action(short mode);
+void setflag_action_channels(short mode);
/* IPO/Handle Types */
void sethandles_action_keys(int code);