Blender  V3.3
transform_mode_timetranslate.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_unit.h"
#include "ED_screen.h"
#include "UI_interface.h"
#include "UI_view2d.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 Translation)
static void headerTimeTranslate (TransInfo *t, char str[UI_MAX_DRAW_STR])
 
static void applyTimeTranslateValue (TransInfo *t, const float deltax)
 
static void applyTimeTranslate (TransInfo *t, const int mval[2])
 
void initTimeTranslate (TransInfo *t)
 

Function Documentation

◆ applyTimeTranslate()

static void applyTimeTranslate ( TransInfo t,
const int  mval[2] 
)
static

◆ applyTimeTranslateValue()

static void applyTimeTranslateValue ( TransInfo t,
const float  deltax 
)
static

◆ headerTimeTranslate()

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

◆ initTimeTranslate()

void initTimeTranslate ( TransInfo t)