Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/anim_markers.c
| Context not available. | |||||
| /* ************************** add markers *************************** */ | /* ************************** add markers *************************** */ | ||||
| /* add TimeMarker at curent frame */ | /* add TimeMarker at current frame */ | ||||
| static int ed_marker_add_exec(bContext *C, wmOperator *UNUSED(op)) | static int ed_marker_add_exec(bContext *C, wmOperator *UNUSED(op)) | ||||
| { | { | ||||
| ListBase *markers = ED_context_get_markers(C); | ListBase *markers = ED_context_get_markers(C); | ||||
| Context not available. | |||||
| return ed_markers_opwrap_invoke_custom(C, op, event, ed_marker_move_invoke); | return ed_markers_opwrap_invoke_custom(C, op, event, ed_marker_move_invoke); | ||||
| } | } | ||||
| /* note, init has to be called succesfully */ | /* note, init has to be called successfully */ | ||||
| static void ed_marker_move_apply(bContext *C, wmOperator *op) | static void ed_marker_move_apply(bContext *C, wmOperator *op) | ||||
| { | { | ||||
| #ifdef DURIAN_CAMERA_SWITCH | #ifdef DURIAN_CAMERA_SWITCH | ||||
| Context not available. | |||||