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; _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
