Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/gpencil/gpencil_convert.c
| Context not available. | |||||
| nu->resolu = cu->resolu; | nu->resolu = cu->resolu; | ||||
| nu->resolv = cu->resolv; | nu->resolv = cu->resolv; | ||||
| nu->knotsu = NULL; | nu->knotsu = NULL; | ||||
| nu->editknot = NULL; | |||||
| nu->bp = (BPoint *)MEM_callocN(sizeof(BPoint) * nu->pntsu, "bpoints"); | nu->bp = (BPoint *)MEM_callocN(sizeof(BPoint) * nu->pntsu, "bpoints"); | ||||
| Context not available. | |||||
| nu->resolv = 12; | nu->resolv = 12; | ||||
| nu->type = CU_BEZIER; | nu->type = CU_BEZIER; | ||||
| nu->bezt = (BezTriple *)MEM_callocN(sizeof(BezTriple) * nu->pntsu, "bezts"); | nu->bezt = (BezTriple *)MEM_callocN(sizeof(BezTriple) * nu->pntsu, "bezts"); | ||||
| nu->editknot = NULL; | |||||
| stitch = false; /* Security! */ | stitch = false; /* Security! */ | ||||
| } | } | ||||
| Context not available. | |||||