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-06-04 17:48:47 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-06-05 15:23:53 +0300
commit4674e23220e7f2623d57bb1f25e7028274b0f69e (patch)
tree87e90e803322980bf91a478695dc2a095d5ec240 /source/blender/blenkernel/BKE_material.h
parent6d143f3775d89607e5566f0aecfd290b72d96cc0 (diff)
Cleanup: Make comment around DEG evaluation functions more clear
Diffstat (limited to 'source/blender/blenkernel/BKE_material.h')
-rw-r--r--source/blender/blenkernel/BKE_material.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h
index 37c502b3b0c..9d8b9218a79 100644
--- a/source/blender/blenkernel/BKE_material.h
+++ b/source/blender/blenkernel/BKE_material.h
@@ -113,7 +113,7 @@ void free_matcopybuf(void);
void copy_matcopybuf(struct Main *bmain, struct Material *ma);
void paste_matcopybuf(struct Main *bmain, struct Material *ma);
-/* Evaluation. */
+/* Dependency graph evaluation. */
struct Depsgraph;