38 bool initial_feather =
false;
62 initial_feather =
true;
66 for (
i = 0;
i < tc->data_len;
i++, td++) {
71 if (td->
ival >= 0.001f) {
72 initial_feather =
false;
81 for (td = tc->data,
i = 0;
i < tc->data_len;
i++, td++) {
87 if (initial_feather) {
88 *td->
val = td->
ival + (ratio - 1.0f) * 0.01f;
96 if (*td->
val <= 0.0f) {
123#ifdef USE_NUM_NO_ZERO
MINLINE float interpf(float target, float origin, float t)
MINLINE void copy_v3_fl(float r[3], float f)
#define SNPRINTF_UTF8(dst, format,...)
void ED_area_status_text(ScrArea *area, const char *str)