Markers Todo: Adding back "Rename Marker" operator (Ctrl M).

As we don't have any dedicated text-input boxes anymore, this is a bit
more clunky than it should optimally be.
This commit is contained in:
2011-01-06 03:10:41 +00:00
parent f233f63d97
commit 1246f1c9b5
2 changed files with 72 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ void ED_markers_get_minmax(ListBase *markers, short sel, float *first, float *la
void ED_markers_make_cfra_list(ListBase *markers, ListBase *lb, short sel);
short ED_markers_has_selected(ListBase *markers);
struct TimeMarker *ED_markers_get_first_selected(ListBase *markers);
/* Operators ------------------------------ */