Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/keyframing.c
| Context not available. | |||||
| ot->idname = "ANIM_OT_keyframe_clear_v3d"; | ot->idname = "ANIM_OT_keyframe_clear_v3d"; | ||||
| /* callbacks */ | /* callbacks */ | ||||
| ot->invoke = WM_operator_confirm; | |||||
| ot->exec = clear_anim_v3d_exec; | ot->exec = clear_anim_v3d_exec; | ||||
| ot->poll = ED_operator_areaactive; | ot->poll = ED_operator_areaactive; | ||||
| Context not available. | |||||
| ot->idname = "ANIM_OT_keyframe_delete_v3d"; | ot->idname = "ANIM_OT_keyframe_delete_v3d"; | ||||
| /* callbacks */ | /* callbacks */ | ||||
| ot->invoke = WM_operator_confirm; | |||||
| ot->exec = delete_key_v3d_exec; | ot->exec = delete_key_v3d_exec; | ||||
| ot->poll = ED_operator_areaactive; | ot->poll = ED_operator_areaactive; | ||||
| Context not available. | |||||