Blender V2.61 - r43446
Functions

nla_channels.c File Reference

#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "DNA_anim_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_rand.h"
#include "BLI_utildefines.h"
#include "BKE_animsys.h"
#include "BKE_nla.h"
#include "BKE_context.h"
#include "BKE_global.h"
#include "BKE_screen.h"
#include "ED_anim_api.h"
#include "ED_keyframes_edit.h"
#include "ED_screen.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "WM_api.h"
#include "WM_types.h"
#include "UI_view2d.h"
#include "nla_intern.h"

Go to the source code of this file.

Functions

static int mouse_nla_channels (bAnimContext *ac, float x, int channel_index, short selectmode)
static int nlachannels_mouseclick_invoke (bContext *C, wmOperator *op, wmEvent *event)
void NLA_OT_channels_click (wmOperatorType *ot)
static int nlaedit_add_tracks_exec (bContext *C, wmOperator *op)
void NLA_OT_tracks_add (wmOperatorType *ot)
static int nlaedit_delete_tracks_exec (bContext *C, wmOperator *UNUSED(op))
void NLA_OT_delete_tracks (wmOperatorType *ot)

Detailed Description

Definition in file nla_channels.c.


Function Documentation

static int mouse_nla_channels ( bAnimContext ac,
float  x,
int  channel_index,
short  selectmode 
) [static]
void NLA_OT_channels_click ( wmOperatorType ot)
void NLA_OT_delete_tracks ( wmOperatorType ot)
void NLA_OT_tracks_add ( wmOperatorType ot)
static int nlachannels_mouseclick_invoke ( bContext C,
wmOperator op,
wmEvent event 
) [static]
static int nlaedit_add_tracks_exec ( bContext C,
wmOperator op 
) [static]
static int nlaedit_delete_tracks_exec ( bContext C,
wmOperator UNUSEDop 
) [static]