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
path: root/source
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2019-02-05 11:48:15 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-02-05 12:53:17 +0300
commit1b4230d4b585b8c441269ecccf9495f1e2d3821a (patch)
treee45c3842665d39a4f99e0ebc9685bbb2f7c48730 /source
parent41a15b7d6dc9edd2403789e936eafa4323849223 (diff)
Cleanup: Add precision to comment.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/mesh_convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/mesh_convert.c b/source/blender/blenkernel/intern/mesh_convert.c
index 82cb12698f3..8899787b05a 100644
--- a/source/blender/blenkernel/intern/mesh_convert.c
+++ b/source/blender/blenkernel/intern/mesh_convert.c
@@ -883,7 +883,7 @@ Mesh *BKE_mesh_new_from_object(
if (cage)
BKE_object_free_modifiers(tmpobj, 0);
- /* copies the data */
+ /* copies the data, but *not* the shapekeys. */
BKE_id_copy_ex(bmain, ob->data, (ID **)&copycu, LIB_ID_CREATE_NO_DEG_TAG);
id_us_min(tmpobj->data);
tmpobj->data = copycu;