From ea0c86e961de20d4215824d5cfd239a1f4c4cc90 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 17 Mar 2022 10:04:45 +1100 Subject: Cleanup: spelling in comments Use
..
for pseudo-code. --- source/blender/editors/curve/curve_intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/curve') diff --git a/source/blender/editors/curve/curve_intern.h b/source/blender/editors/curve/curve_intern.h index c3ea36fcda5..8bfabe23ea1 100644 --- a/source/blender/editors/curve/curve_intern.h +++ b/source/blender/editors/curve/curve_intern.h @@ -181,6 +181,7 @@ void SURFACE_OT_primitive_nurbs_surface_sphere_add(struct wmOperatorType *ot); void SURFACE_OT_primitive_nurbs_surface_torus_add(struct wmOperatorType *ot); /* editcurve_query.c */ + bool ED_curve_pick_vert(struct ViewContext *vc, short sel, struct Nurb **r_nurb, -- cgit v1.2.3