2.5 - Added descriptions to all Animation Editor operators

DopeSheet and Graph Editor operators were missing these, since many of these operators were written before that field was added.
NLA Editor's operators already have them.
This commit is contained in:
2009-07-11 10:20:48 +00:00
parent a7287165db
commit a7837efb16
7 changed files with 60 additions and 2 deletions

View File

@@ -219,6 +219,7 @@ static void graph_editmenu(bContext *C, uiLayout *layout, void *arg_unused)
uiItemO(layout, NULL, 0, "GRAPH_OT_clean");
uiItemO(layout, NULL, 0, "GRAPH_OT_sample");
uiItemO(layout, NULL, 0, "GRAPH_OT_bake");
uiItemS(layout);