Blender V2.61 - r43446
Functions

anim_ops.c File Reference

#include <stdlib.h>
#include <math.h>
#include "BLO_sys_types.h"
#include "BLI_utildefines.h"
#include "DNA_anim_types.h"
#include "DNA_scene_types.h"
#include "BKE_context.h"
#include "BKE_global.h"
#include "BKE_main.h"
#include "BKE_sound.h"
#include "UI_view2d.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "WM_api.h"
#include "WM_types.h"
#include "ED_anim_api.h"
#include "ED_screen.h"
#include "anim_intern.h"

Go to the source code of this file.

Functions

static int change_frame_poll (bContext *C)
static void change_frame_apply (bContext *C, wmOperator *op)
static int change_frame_exec (bContext *C, wmOperator *op)
static int frame_from_event (bContext *C, wmEvent *event)
static int change_frame_invoke (bContext *C, wmOperator *op, wmEvent *event)
static int change_frame_modal (bContext *C, wmOperator *op, wmEvent *event)
static void ANIM_OT_change_frame (wmOperatorType *ot)
static int previewrange_define_exec (bContext *C, wmOperator *op)
static void ANIM_OT_previewrange_set (wmOperatorType *ot)
static int previewrange_clear_exec (bContext *C, wmOperator *UNUSED(op))
static void ANIM_OT_previewrange_clear (wmOperatorType *ot)
void ED_operatortypes_anim (void)
void ED_keymap_anim (wmKeyConfig *keyconf)

Detailed Description

Definition in file anim_ops.c.


Function Documentation

static void ANIM_OT_change_frame ( wmOperatorType ot) [static]
static void ANIM_OT_previewrange_clear ( wmOperatorType ot) [static]
static void ANIM_OT_previewrange_set ( wmOperatorType ot) [static]
static void change_frame_apply ( bContext C,
wmOperator op 
) [static]
static int change_frame_exec ( bContext C,
wmOperator op 
) [static]

Definition at line 96 of file anim_ops.c.

References change_frame_apply(), and OPERATOR_FINISHED.

Referenced by ANIM_OT_change_frame().

static int change_frame_invoke ( bContext C,
wmOperator op,
wmEvent event 
) [static]
static int change_frame_modal ( bContext C,
wmOperator op,
wmEvent event 
) [static]
static int change_frame_poll ( bContext C) [static]

Definition at line 63 of file anim_ops.c.

References CTX_wm_area(), G, SPACE_IPO, and ScrArea::spacetype.

Referenced by ANIM_OT_change_frame().

void ED_keymap_anim ( wmKeyConfig keyconf)
void ED_operatortypes_anim ( void  )
static int frame_from_event ( bContext C,
wmEvent event 
) [static]
static int previewrange_clear_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static int previewrange_define_exec ( bContext C,
wmOperator op 
) [static]