Blender V5.0
transform_mode_timeslide.cc File Reference
#include <algorithm>
#include <cstdlib>
#include "MEM_guardedalloc.h"
#include "BLI_math_vector.h"
#include "BLI_string_utf8.h"
#include "BKE_nla.hh"
#include "BKE_unit.hh"
#include "ED_screen.hh"
#include "UI_view2d.hh"
#include "BLT_translation.hh"
#include "UI_interface_types.hh"
#include "transform.hh"
#include "transform_convert.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 Slide)
static void blender::ed::transform::headerTimeSlide (TransInfo *t, const float sval, char str[UI_MAX_DRAW_STR])
static void blender::ed::transform::applyTimeSlideValue (TransInfo *t, float sval, float cval)
static void blender::ed::transform::applyTimeSlide (TransInfo *t)
static void blender::ed::transform::initTimeSlide (TransInfo *t, wmOperator *)