"Batch-Edit" Code cleanup: Renaming ED_operator_ipo_active to
ED_operator_graphedit_active
This commit is contained in:
@@ -182,7 +182,7 @@ void GRAPH_OT_previewrange_set (wmOperatorType *ot)
|
||||
|
||||
/* api callbacks */
|
||||
ot->exec= graphkeys_previewrange_exec;
|
||||
ot->poll= ED_operator_ipo_active; // XXX: unchecked poll to get fsamples working too, but makes modifier damage trickier...
|
||||
ot->poll= ED_operator_graphedit_active; // XXX: unchecked poll to get fsamples working too, but makes modifier damage trickier...
|
||||
|
||||
/* flags */
|
||||
ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO;
|
||||
@@ -230,7 +230,7 @@ void GRAPH_OT_view_all (wmOperatorType *ot)
|
||||
|
||||
/* api callbacks */
|
||||
ot->exec= graphkeys_viewall_exec;
|
||||
ot->poll= ED_operator_ipo_active; // XXX: unchecked poll to get fsamples working too, but makes modifier damage trickier...
|
||||
ot->poll= ED_operator_graphedit_active; // XXX: unchecked poll to get fsamples working too, but makes modifier damage trickier...
|
||||
|
||||
/* flags */
|
||||
ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO;
|
||||
@@ -388,7 +388,7 @@ void GRAPH_OT_ghost_curves_clear (wmOperatorType *ot)
|
||||
|
||||
/* api callbacks */
|
||||
ot->exec= graphkeys_clear_ghostcurves_exec;
|
||||
ot->poll= ED_operator_ipo_active;
|
||||
ot->poll= ED_operator_graphedit_active;
|
||||
|
||||
/* flags */
|
||||
ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO;
|
||||
|
||||
Reference in New Issue
Block a user