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 <ideasman42@gmail.com>2019-11-27 06:54:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-27 06:54:53 +0300
commit4fd99c949587781529a998d5baa2870c93cd80b4 (patch)
tree2945796a705c76acb608b9d389f9e0a4564e462a /source/blender/alembic/intern/abc_mball.cc
parentb9e10273e0412f357698462247d595d54043234e (diff)
Cleanup: spelling, clang-format
Diffstat (limited to 'source/blender/alembic/intern/abc_mball.cc')
-rw-r--r--source/blender/alembic/intern/abc_mball.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/alembic/intern/abc_mball.cc b/source/blender/alembic/intern/abc_mball.cc
index 3ee26a5081a..732ceffe467 100644
--- a/source/blender/alembic/intern/abc_mball.cc
+++ b/source/blender/alembic/intern/abc_mball.cc
@@ -76,7 +76,7 @@ Mesh *AbcMBallWriter::getEvaluatedMesh(Scene * /*scene_eval*/, Object *ob_eval,
ListBase disp = {NULL, NULL};
/* TODO(sergey): This is gonna to work for until Depsgraph
* only contains for_render flag. As soon as CoW is
- * implemented, this is to be rethinked.
+ * implemented, this is to be rethought.
*/
BKE_displist_make_mball_forRender(m_settings.depsgraph, m_settings.scene, m_object, &disp);
BKE_mesh_from_metaball(&disp, tmpmesh);