|
for (frame = ikMap->child, i = 0; frame; frame = frame->next, ++i) {
|
|
for (frame = ikMap->child, i = 0; frame; frame = frame->next, ++i) {
|
|
spIkConstraintTimeline_setFrame(timeline, i, Json_getFloat(frame, "time", 0), Json_getFloat(frame, "mix", 0),
|
|
spIkConstraintTimeline_setFrame(timeline, i, Json_getFloat(frame, "time", 0), Json_getFloat(frame, "mix", 0),
|
|
readCurve(SUPER(timeline), i, frame);
|
|
readCurve(SUPER(timeline), i, frame);
|
|
animation->timelines[animation->timelinesCount++] = SUPER_CAST(spTimeline, timeline);
|
|
animation->timelines[animation->timelinesCount++] = SUPER_CAST(spTimeline, timeline);
|