Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-04-05 00:44:36 +0300
committerCampbell Barton <campbell@blender.org>2022-04-05 00:49:36 +0300
commit744369c1144ec4c4685732e6fb06ba7b9513de41 (patch)
tree88576f816d27f989d9a851e2c564eaa6410cfcc0 /source/blender/io/wavefront_obj/importer/obj_import_nurbs.cc
parent22184f3aeef6181dd755579753ea6c92b2117578 (diff)
Cleanup: move doc-strings into headers
- The comment for create_normals was moved into an inline note as it's not related to the public API. - Use a colon after parameters. Ref T92709
Diffstat (limited to 'source/blender/io/wavefront_obj/importer/obj_import_nurbs.cc')
-rw-r--r--source/blender/io/wavefront_obj/importer/obj_import_nurbs.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/io/wavefront_obj/importer/obj_import_nurbs.cc b/source/blender/io/wavefront_obj/importer/obj_import_nurbs.cc
index 80293c9ebfe..3ed95572450 100644
--- a/source/blender/io/wavefront_obj/importer/obj_import_nurbs.cc
+++ b/source/blender/io/wavefront_obj/importer/obj_import_nurbs.cc
@@ -45,9 +45,6 @@ Object *CurveFromGeometry::create_curve(Main *bmain, const OBJImportParams &impo
return obj;
}
-/**
- * Create a NURBS spline for the Curve converted from Geometry.
- */
void CurveFromGeometry::create_nurbs(Curve *curve)
{
const NurbsElement &nurbs_geometry = curve_geometry_.nurbs_element_;