Blender  V2.59
Functions
nla_ops.c File Reference
#include <string.h>
#include <stdio.h>
#include "DNA_scene_types.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_rand.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "ED_anim_api.h"
#include "ED_screen.h"
#include "ED_transform.h"
#include "WM_api.h"
#include "WM_types.h"
#include "RNA_access.h"
#include "nla_intern.h"

Go to the source code of this file.

Functions

int nlaop_poll_tweakmode_off (bContext *C)
int nlaop_poll_tweakmode_on (bContext *C)
short nlaedit_is_tweakmode_on (bAnimContext *ac)
void nla_operatortypes (void)
static void nla_keymap_channels (wmKeyMap *keymap)
static void nla_keymap_main (wmKeyConfig *keyconf, wmKeyMap *keymap)
void nla_keymap (wmKeyConfig *keyconf)

Detailed Description

Definition in file nla_ops.c.


Function Documentation

void nla_keymap ( wmKeyConfig keyconf)
static void nla_keymap_channels ( wmKeyMap keymap) [static]

Definition at line 166 of file nla_ops.c.

References AKEY, DELKEY, KM_CTRL, KM_PRESS, KM_SHIFT, LEFTMOUSE, RNA_boolean_set(), WM_keymap_add_item(), and XKEY.

Referenced by nla_keymap().

static void nla_keymap_main ( wmKeyConfig keyconf,
wmKeyMap keymap 
) [static]
void nla_operatortypes ( void  )
short nlaedit_is_tweakmode_on ( bAnimContext ac)

Definition at line 106 of file nla_ops.c.

References Scene::flag, SCE_NLA_EDIT_ON, and bAnimContext::scene.

Referenced by mouse_nla_channels().

int nlaop_poll_tweakmode_off ( bContext C)
int nlaop_poll_tweakmode_on ( bContext C)

Definition at line 84 of file nla_ops.c.

References CTX_data_scene(), ED_operator_nla_active(), Scene::flag, NULL, and SCE_NLA_EDIT_ON.

Referenced by NLA_OT_tweakmode_exit().