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:
authorDalai Felinto <dfelinto@gmail.com>2017-08-16 12:52:27 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-08-16 13:00:45 +0300
commit2b95617b152abab5ada310baca3e839df0546e07 (patch)
tree051066302c56c8a0f0d9c8d95f905a6a018e523d /source/blender/blenkernel/intern/paint.c
parent846c11c8cfc2409fd8ed9b4d531124cf12c2ec28 (diff)
Update code comments from DAG_id_tag_update to DEG_id_tag_update
Diffstat (limited to 'source/blender/blenkernel/intern/paint.c')
-rw-r--r--source/blender/blenkernel/intern/paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/paint.c b/source/blender/blenkernel/intern/paint.c
index cc195f67a7a..81b26f13a9f 100644
--- a/source/blender/blenkernel/intern/paint.c
+++ b/source/blender/blenkernel/intern/paint.c
@@ -711,7 +711,7 @@ void BKE_sculptsession_bm_to_me_for_render(Object *object)
if (object->sculpt->bm) {
/* Ensure no points to old arrays are stored in DM
*
- * Apparently, we could not use DAG_id_tag_update
+ * Apparently, we could not use DEG_id_tag_update
* here because this will lead to the while object
* surface to disappear, so we'll release DM in place.
*/