|
Blender V4.3
|
#include <algorithm>#include <cstdlib>#include "MEM_guardedalloc.h"#include "BLI_math_vector.h"#include "BLI_string.h"#include "BKE_nla.hh"#include "BKE_unit.hh"#include "ED_screen.hh"#include "UI_interface.hh"#include "UI_view2d.hh"#include "BLT_translation.hh"#include "transform.hh"#include "transform_convert.hh"#include "transform_mode.hh"Go to the source code of this file.
Functions | |
Transform (Animation Time Slide) | |
| static void | headerTimeSlide (TransInfo *t, const float sval, char str[UI_MAX_DRAW_STR]) |
| static void | applyTimeSlideValue (TransInfo *t, float sval, float cval) |
| static void | applyTimeSlide (TransInfo *t) |
| static void | initTimeSlide (TransInfo *t, wmOperator *) |
Variables | |
| TransModeInfo | TransMode_timeslide |
|
static |
Definition at line 128 of file transform_mode_timeslide.cc.
References applyNumInput(), applyTimeSlideValue(), TransInfo::area, TransInfo::custom, TransCustomData::data, ED_area_status_text(), headerTimeSlide(), MouseInput::imval, TransCustomDataContainer::mode, TransInfo::mouse, TransInfo::mval, TransInfo::num, recalc_data(), str, UI_MAX_DRAW_STR, UI_view2d_region_to_view(), TransInfo::values_final, TransInfo::vec, and TransInfo::view.
Definition at line 59 of file transform_mode_timeslide.cc.
References TransInfo::area, BKE_nla_tweakedit_remap(), TransInfo::custom, TransCustomData::data, ListBase::first, FOREACH_TRANS_DATA_CONTAINER, TransCustomDataContainer::mode, NLATIME_CONVERT_MAP, NLATIME_CONVERT_UNMAP, SPACE_ACTION, SPACE_NLA, ScrArea::spacedata, TransInfo::spacetype, and SpaceAction::timeslide.
Referenced by applyTimeSlide().
Definition at line 36 of file transform_mode_timeslide.cc.
References BLI_snprintf(), CLAMP, TransInfo::custom, TransCustomData::data, hasNumInput(), IFACE_, TransCustomDataContainer::mode, TransInfo::num, NUM_STR_REP_LEN, outputNumInput(), TransInfo::scene, str, UI_MAX_DRAW_STR, Scene::unit, and TransInfo::values_final.
Referenced by applyTimeSlide().
|
static |
Definition at line 159 of file transform_mode_timeslide.cc.
References TransInfo::area, B_UNIT_NONE, BKE_nla_tweakedit_remap(), copy_v3_fl(), TransInfo::custom, TransCustomData::data, ListBase::first, NumInput::flag, SpaceAction::flag, float, FOREACH_TRANS_DATA_CONTAINER, NumInput::idx_max, TransInfo::idx_max, initMouseInputMode(), INPUT_NONE, max, MEM_mallocN, min, TransCustomDataContainer::mode, TransInfo::mode, TransInfo::mouse, NLATIME_CONVERT_MAP, TransInfo::num, PEFRA, PSFRA, range, SACTION_MOVING, TransInfo::scene, TransInfo::snap, SPACE_ACTION, SPACE_NLA, ScrArea::spacedata, TransInfo::spacetype, TransInfo::state, UnitSettings::system, TFM_TIME_SLIDE, TRANS_CANCEL, Scene::unit, NumInput::unit_sys, NumInput::unit_type, TransCustomData::use_free, and NumInput::val_inc.
| TransModeInfo TransMode_timeslide |
Definition at line 231 of file transform_mode_timeslide.cc.
Referenced by mode_info_get().