|
Blender V5.0
|
#include "MEM_guardedalloc.h"#include "DNA_screen_types.h"#include "DNA_sequence_types.h"#include "DNA_space_types.h"#include "BLI_math_matrix.h"#include "BLI_math_vector.h"#include "BLI_rect.h"#include "BKE_context.hh"#include "SEQ_iterator.hh"#include "SEQ_relations.hh"#include "SEQ_retiming.hh"#include "SEQ_sequencer.hh"#include "SEQ_transform.hh"#include "transform.hh"#include "transform_convert.hh"Go to the source code of this file.
Classes | |
| struct | blender::ed::transform::TransDataSeq |
| struct | blender::ed::transform::TransSeq |
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::transform |
Functions | |
| static TransData * | blender::ed::transform::SeqToTransData (const Scene *scene, Strip *strip, const SeqRetimingKey *key, TransData *td, TransData2D *td2d, TransDataSeq *tdseq) |
| static void | blender::ed::transform::freeSeqData (TransInfo *t, TransDataContainer *tc, TransCustomData *custom_data) |
| static void | blender::ed::transform::create_trans_seq_clamp_data (TransInfo *t, const Scene *scene) |
| static void | blender::ed::transform::createTransSeqRetimingData (bContext *, TransInfo *t) |
| static void | blender::ed::transform::recalcData_sequencer_retiming (TransInfo *t) |