From 4fd99c949587781529a998d5baa2870c93cd80b4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 27 Nov 2019 14:54:53 +1100 Subject: Cleanup: spelling, clang-format --- source/blender/alembic/intern/abc_mball.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/alembic/intern/abc_mball.cc') 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); -- cgit v1.2.3