[Bf-blender-cvs] [4674e23220e] master: Cleanup: Make comment around DEG evaluation functions more clear

Sergey Sharybin noreply at git.blender.org
Wed Jun 5 14:24:05 CEST 2019


Commit: 4674e23220e7f2623d57bb1f25e7028274b0f69e
Author: Sergey Sharybin
Date:   Tue Jun 4 16:48:47 2019 +0200
Branches: master
https://developer.blender.org/rB4674e23220e7f2623d57bb1f25e7028274b0f69e

Cleanup: Make comment around DEG evaluation functions more clear

===================================================================

M	source/blender/blenkernel/BKE_material.h

===================================================================

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;



More information about the Bf-blender-cvs mailing list