65 for (
int i = 0;
i < tc->data_len;
i++, td++, td2d++) {
70 float startx = scene->
r.
cfra;
74 fac = ((fac - 1.0f) * td->
factor) + 1;
82 td->
loc[0] = ((td->
iloc[0] - startx) * fac) + startx;
109 const float i_loc = mat_xform[3][0];
112 const float loc = ((i_loc - startx) * fac) + startx;
113 mat_xform[3][0] = loc;
float BKE_nla_tweakedit_remap(AnimData *adt, float cframe, eNlaTime_ConvertModes mode)
MINLINE void copy_v3_fl(float r[3], float f)
size_t size_t size_t BLI_snprintf_utf8(char *__restrict dst, size_t dst_maxncpy, const char *__restrict format,...) ATTR_NONNULL(1
void ED_area_status_text(ScrArea *area, const char *str)