Blender  V3.3
Functions
nla_ops.c File Reference
#include <stdio.h>
#include <string.h>
#include "DNA_scene_types.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "ED_anim_api.h"
#include "ED_screen.h"
#include "RNA_access.h"
#include "WM_api.h"
#include "WM_types.h"
#include "nla_intern.h"

Go to the source code of this file.

Functions

bool nlaop_poll_tweakmode_off (bContext *C)
 
bool nlaop_poll_tweakmode_on (bContext *C)
 
bool nlaedit_is_tweakmode_on (bAnimContext *ac)
 
void nla_operatortypes (void)
 
void ED_operatormacros_nla ()
 
void nla_keymap (wmKeyConfig *keyconf)
 

Function Documentation

◆ ED_operatormacros_nla()

void ED_operatormacros_nla ( void  )

◆ nla_keymap()

void nla_keymap ( wmKeyConfig keyconf)

Definition at line 167 of file nla_ops.c.

References SPACE_NLA, and WM_keymap_ensure().

Referenced by ED_spacetype_nla().

◆ nla_operatortypes()

void nla_operatortypes ( void  )

◆ nlaedit_is_tweakmode_on()

bool nlaedit_is_tweakmode_on ( bAnimContext ac)

Is tweak-mode enabled - for use in NLA operator code.

Definition at line 72 of file nla_ops.c.

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

Referenced by mouse_nla_channels(), and nlachannels_pushdown_exec().

◆ nlaop_poll_tweakmode_off()

bool nlaop_poll_tweakmode_off ( bContext C)

◆ nlaop_poll_tweakmode_on()

bool nlaop_poll_tweakmode_on ( bContext C)

Tweak-mode IS enabled.

Definition at line 50 of file nla_ops.c.

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

Referenced by NLA_OT_tweakmode_exit().