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>2018-03-02 03:09:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-02 03:17:57 +0300
commit341ab45f7b10e6a84eaceccc40372372106583f7 (patch)
treeb25977878aa626dee3bb8ac73988785243c16d76 /source/blender/blenkernel/intern
parentec76f38b0902e9effcee0cd96efd07fe6d1d1f4c (diff)
Fix building w/o Python
Also minor cleanup.
Diffstat (limited to 'source/blender/blenkernel/intern')
-rw-r--r--source/blender/blenkernel/intern/mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/mesh.c b/source/blender/blenkernel/intern/mesh.c
index 16017d8c250..34cc4809db3 100644
--- a/source/blender/blenkernel/intern/mesh.c
+++ b/source/blender/blenkernel/intern/mesh.c
@@ -2497,7 +2497,7 @@ Mesh *BKE_mesh_new_from_object(
ListBase disp = {NULL, NULL};
/* TODO(sergey): This is gonna to work for until EvaluationContext
* only contains for_render flag. As soon as CoW is
- * implemented, this is to be rethinked.
+ * implemented, this is to be rethought.
*/
EvaluationContext eval_ctx;
DEG_evaluation_context_init(&eval_ctx, DAG_EVAL_RENDER);