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:
Diffstat (limited to 'source/blender/io/wavefront_obj/importer/obj_import_mesh.hh')
-rw-r--r--source/blender/io/wavefront_obj/importer/obj_import_mesh.hh7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh b/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh
index 2a838215421..7cc7ed25ad1 100644
--- a/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh
+++ b/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh
@@ -45,11 +45,8 @@ class MeshFromGeometry : NonMovable, NonCopyable {
void fixup_invalid_faces();
void create_vertices(Mesh *mesh);
/**
- * Create polygons for the Mesh, set smooth shading flag, deform group name,
- * assigned material also.
- *
- * It must receive all polygons to be added to the mesh.
- * Remove holes from polygons before * calling this.
+ * Create polygons for the Mesh, set smooth shading flags, deform group names,
+ * Materials.
*/
void create_polys_loops(Object *obj, Mesh *mesh);
/**