Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_convert.c
| Show First 20 Lines • Show All 2,088 Lines • ▼ Show 20 Lines | #endif | ||||
| } | } | ||||
| else if (t->mode == TFM_TIME_SCALE) { | else if (t->mode == TFM_TIME_SCALE) { | ||||
| ED_markers_post_apply_transform( | ED_markers_post_apply_transform( | ||||
| ED_context_get_markers(C), t->scene, t->mode, t->values[0], t->frame_side); | ED_context_get_markers(C), t->scene, t->mode, t->values[0], t->frame_side); | ||||
| } | } | ||||
| } | } | ||||
| /* make sure all F-Curves are set correctly */ | /* make sure all F-Curves are set correctly */ | ||||
| if (!ELEM(ac.datatype, ANIMCONT_GPENCIL, ANIMCONT_MASK)) { | if (!ELEM(ac.datatype, ANIMCONT_GPENCIL)) { | ||||
| ANIM_editkeyframes_refresh(&ac); | ANIM_editkeyframes_refresh(&ac); | ||||
| } | } | ||||
| /* clear flag that was set for time-slide drawing */ | /* clear flag that was set for time-slide drawing */ | ||||
| saction->flag &= ~SACTION_MOVING; | saction->flag &= ~SACTION_MOVING; | ||||
| } | } | ||||
| else if (t->spacetype == SPACE_GRAPH) { | else if (t->spacetype == SPACE_GRAPH) { | ||||
| SpaceGraph *sipo = (SpaceGraph *)t->sa->spacedata.first; | SpaceGraph *sipo = (SpaceGraph *)t->sa->spacedata.first; | ||||
| ▲ Show 20 Lines • Show All 669 Lines • Show Last 20 Lines | |||||