From 76940e6f5c0739af246cb7fd511814567a41fed6 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Thu, 20 Jan 2011 22:22:16 +0000 Subject: - Bugfix: NLA "duplicate" operator now lets strips get moved between tracks too, instead of only sliding around on the track they were defined on. - Adding description fields for many (older) operators that lacked them --- source/blender/editors/space_nla/nla_channels.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/space_nla/nla_channels.c') diff --git a/source/blender/editors/space_nla/nla_channels.c b/source/blender/editors/space_nla/nla_channels.c index 650205c2f44..006e390be2b 100644 --- a/source/blender/editors/space_nla/nla_channels.c +++ b/source/blender/editors/space_nla/nla_channels.c @@ -341,8 +341,9 @@ static int nlachannels_mouseclick_invoke(bContext *C, wmOperator *op, wmEvent *e void NLA_OT_channels_click (wmOperatorType *ot) { /* identifiers */ - ot->name= "Mouse Click on Channels"; + ot->name= "Mouse Click on NLA Channels"; ot->idname= "NLA_OT_channels_click"; + ot->description= "Handle clicks to select NLA channels"; /* api callbacks */ ot->invoke= nlachannels_mouseclick_invoke; -- cgit v1.2.3