Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_conversions.c
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
| Show First 20 Lines • Show All 6,127 Lines • ▼ Show 20 Lines | #endif | ||||
| } | } | ||||
| if ((custom_data->data != NULL) && custom_data->use_free) { | if ((custom_data->data != NULL) && custom_data->use_free) { | ||||
| TransSeq *ts = custom_data->data; | TransSeq *ts = custom_data->data; | ||||
| MEM_freeN(ts->tdseq); | MEM_freeN(ts->tdseq); | ||||
| MEM_freeN(custom_data->data); | MEM_freeN(custom_data->data); | ||||
| custom_data->data = NULL; | custom_data->data = NULL; | ||||
| } | } | ||||
| DEG_id_tag_update(&t->scene->id, ID_RECALC_SEQUENCER_STRIPS); | |||||
| } | } | ||||
| static void createTransSeqData(bContext *C, TransInfo *t) | static void createTransSeqData(bContext *C, TransInfo *t) | ||||
| { | { | ||||
| #define XXX_DURIAN_ANIM_TX_HACK | #define XXX_DURIAN_ANIM_TX_HACK | ||||
| View2D *v2d = UI_view2d_fromcontext(C); | View2D *v2d = UI_view2d_fromcontext(C); | ||||
| Scene *scene = t->scene; | Scene *scene = t->scene; | ||||
| ▲ Show 20 Lines • Show All 3,561 Lines • Show Last 20 Lines | |||||