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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-05-03 10:49:15 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-05-03 16:50:40 +0300
commit211c4fd2e9af3414117d96f01e507db8225a5531 (patch)
tree7213e1b37c184e5188db11da77c3e966f6cdf45f /source/blender/blenkernel/intern/scene.c
parentc5fe16e121eefe5dd02cc9f9ba572053c383ccfa (diff)
Depsgraph: Make comment about evaluation more obvious
Diffstat (limited to 'source/blender/blenkernel/intern/scene.c')
-rw-r--r--source/blender/blenkernel/intern/scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c
index 733e76fef2d..1e43aee64eb 100644
--- a/source/blender/blenkernel/intern/scene.c
+++ b/source/blender/blenkernel/intern/scene.c
@@ -2393,7 +2393,7 @@ void BKE_scene_cursor_quat_to_rot(View3DCursor *cursor, const float quat[4], boo
/** \} */
-/* Evaluation. */
+/* Dependency graph evaluation. */
void BKE_scene_eval_sequencer_sequences(Depsgraph *depsgraph, Scene *scene)
{