Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_view3d.h
| Context not available. | |||||
| void *userData, | void *userData, | ||||
| const eV3DProjTest clip_flag); | const eV3DProjTest clip_flag); | ||||
| void nurbs_foreachScreenVert(struct ViewContext *vc, | void nurbs_foreachScreenVert(struct ViewContext *vc, | ||||
| void (*func)(void *userData, | void (*func)(struct ViewContext *vc, | ||||
| void *userData, | |||||
| struct Nurb *nu, | struct Nurb *nu, | ||||
| struct BPoint *bp, | struct BPoint *bp, | ||||
| struct BezTriple *bezt, | struct BezTriple *bezt, | ||||
| Context not available. | |||||