Blender  V3.3
transform_mode_timescale.c File Reference
#include <stdlib.h>
#include "DNA_anim_types.h"
#include "BLI_math.h"
#include "BLI_string.h"
#include "BKE_context.h"
#include "BKE_nla.h"
#include "BKE_unit.h"
#include "ED_screen.h"
#include "UI_interface.h"
#include "BLT_translation.h"
#include "transform.h"
#include "transform_convert.h"
#include "transform_snap.h"
#include "transform_mode.h"

Go to the source code of this file.

Functions

Transform (Animation Time Scale)
static void headerTimeScale (TransInfo *t, char str[UI_MAX_DRAW_STR])
 
static void applyTimeScaleValue (TransInfo *t, float value)
 
static void applyTimeScale (TransInfo *t, const int UNUSED(mval[2]))
 
void initTimeScale (TransInfo *t)
 

Function Documentation

◆ applyTimeScale()

static void applyTimeScale ( TransInfo t,
const int   UNUSEDmval[2] 
)
static

◆ applyTimeScaleValue()

static void applyTimeScaleValue ( TransInfo t,
float  value 
)
static

◆ headerTimeScale()

static void headerTimeScale ( TransInfo t,
char  str[UI_MAX_DRAW_STR] 
)
static

◆ initTimeScale()

void initTimeScale ( TransInfo t)