Added back a line removed in r18642 so the macro CFRA can access scene.

This commit is contained in:
Nicholas Bishop
2009-01-24 06:08:46 +00:00
parent 8543337597
commit 744e38cc74

View File

@@ -2336,6 +2336,7 @@ static int sequencer_cut_exec(bContext *C, wmOperator *op)
static int sequencer_cut_invoke(bContext *C, wmOperator *op, wmEvent *event)
{
Scene *scene = CTX_data_scene(C);
ARegion *ar= CTX_wm_region(C);
View2D *v2d= UI_view2d_fromcontext(C);