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>2010-12-02 05:03:30 +0300
committerJoshua Leung <aligorith@gmail.com>2010-12-02 05:03:30 +0300
commite75ef3551e853efdf22e03b4215c5c3b25d88baf (patch)
treea0f180018aa8c53d5ca15f2225bbd78c39749212 /source/blender/editors/animation/anim_channels_edit.c
parentb31594c4ab63b8e8675bcf2b4547cc92416db2b7 (diff)
Adding some descriptions for animation-related operators that were missing them.
Diffstat (limited to 'source/blender/editors/animation/anim_channels_edit.c')
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c
index 739940ccdad..ccc87a6ccd4 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -1024,6 +1024,7 @@ void ANIM_OT_channels_move (wmOperatorType *ot)
/* identifiers */
ot->name= "Move Channels";
ot->idname= "ANIM_OT_channels_move";
+ ot->description = "Rearrange selected animation channels";
/* api callbacks */
ot->exec= animchannels_rearrange_exec;