Blender V5.0
transform_mode_timescale.cc File Reference
#include <cstdlib>
#include "BLI_math_vector.h"
#include "BLI_string_utf8.h"
#include "BKE_nla.hh"
#include "BKE_unit.hh"
#include "ED_screen.hh"
#include "BLT_translation.hh"
#include "UI_interface_types.hh"
#include "transform.hh"
#include "transform_convert.hh"
#include "transform_snap.hh"
#include "transform_mode.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::ed
namespace  blender::ed::transform

Functions

Transform (Animation Time Scale)
static void blender::ed::transform::timescale_snap_apply_fn (TransInfo *t, float vec[3])
static void blender::ed::transform::headerTimeScale (TransInfo *t, char str[UI_MAX_DRAW_STR])
static void blender::ed::transform::applyTimeScaleValue (TransInfo *t, float value)
static void blender::ed::transform::applyTimeScale (TransInfo *t)
static void blender::ed::transform::timescale_transform_matrix_fn (TransInfo *t, float mat_xform[4][4])
static void blender::ed::transform::initTimeScale (TransInfo *t, wmOperator *)