Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_convert_particle.c
| Show First 20 Lines • Show All 177 Lines • ▼ Show 20 Lines | for (i = 0, point = edit->points; i < edit->totpoint; i++, point++) { | ||||
| td++; | td++; | ||||
| if (tx) { | if (tx) { | ||||
| tx++; | tx++; | ||||
| } | } | ||||
| tail++; | tail++; | ||||
| } | } | ||||
| if (is_prop_edit && head != tail) { | if (is_prop_edit && head != tail) { | ||||
| calc_distanceCurveVerts(head, tail - 1); | calc_distanceCurveVerts(head, tail - 1, false); | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| /** \} */ | /** \} */ | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| ▲ Show 20 Lines • Show All 71 Lines • Show Last 20 Lines | |||||