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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-06-22 16:52:14 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-06-22 16:52:14 +0300
commitf51661fb66698d3deb0d8d0b0f6d9c4d591a5d84 (patch)
tree3a4ed473056ecc942cf57de44c68695fe60a7d4d /source/blender/modifiers/intern/MOD_skin.c
parentc850fcc2c02bb8b15a4849284d24ab906a138cb5 (diff)
Cleanup: useless BKE_cdderivedmesh includes...
Diffstat (limited to 'source/blender/modifiers/intern/MOD_skin.c')
-rw-r--r--source/blender/modifiers/intern/MOD_skin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_skin.c b/source/blender/modifiers/intern/MOD_skin.c
index 323994e6738..31d556292f8 100644
--- a/source/blender/modifiers/intern/MOD_skin.c
+++ b/source/blender/modifiers/intern/MOD_skin.c
@@ -864,7 +864,7 @@ static Mesh *subdivide_base(Mesh *orig)
MEM_freeN(degree);
- /* Allocate output derivedmesh */
+ /* Allocate output mesh */
result = BKE_mesh_new_nomain_from_template(
orig,
totorigvert + totsubd,