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-06 12:08:10 +0300
committerCampbell Barton <campbell@blender.org>2022-04-06 12:08:10 +0300
commit8dd3387eb74566f6c52d5c83f22a8e89a908df2a (patch)
tree12badf8984c8d0ad082104e663c90374e08e110d /source/blender/io
parent2d2baeaf04d481f284bc2f098fb6d7ee9268151f (diff)
Cleanup: spelling & poor wording in code & comments
Diffstat (limited to 'source/blender/io')
-rw-r--r--source/blender/io/wavefront_obj/importer/obj_import_mesh.hh2
1 files changed, 1 insertions, 1 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 e2cdb4c0721..2a838215421 100644
--- a/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh
+++ b/source/blender/io/wavefront_obj/importer/obj_import_mesh.hh
@@ -61,7 +61,7 @@ class MeshFromGeometry : NonMovable, NonCopyable {
*/
void create_uv_verts(Mesh *mesh);
/**
- * Add materials and the nodetree to the Mesh Object.
+ * Add materials and the node-tree to the Mesh Object.
*/
void create_materials(Main *bmain,
const Map<std::string, std::unique_ptr<MTLMaterial>> &materials,