Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/curve/editcurve.c
| Context not available. | |||||
| BPoint *bp1, *bp2, *temp; | BPoint *bp1, *bp2, *temp; | ||||
| int u, v; | int u, v; | ||||
| SWAP(short, nu->pntsu, nu->pntsv); | SWAP(int, nu->pntsu, nu->pntsv); | ||||
| SWAP(short, nu->orderu, nu->orderv); | SWAP(short, nu->orderu, nu->orderv); | ||||
| SWAP(short, nu->resolu, nu->resolv); | SWAP(short, nu->resolu, nu->resolv); | ||||
| SWAP(short, nu->flagu, nu->flagv); | SWAP(short, nu->flagu, nu->flagv); | ||||
| Context not available. | |||||
| BPoint *bp; | BPoint *bp; | ||||
| BezTriple *bezt; | BezTriple *bezt; | ||||
| int a; | int a; | ||||
| short sel = 0, lastsel = false; | int sel = 0; | ||||
| short lastsel = false; | |||||
| if (obedit->type == OB_SURF) { | if (obedit->type == OB_SURF) { | ||||
| for (nu = editnurb->first; nu; nu = nu->next) { | for (nu = editnurb->first; nu; nu = nu->next) { | ||||
| Context not available. | |||||