[Bf-blender-cvs] [727f5efa7bb] sculpt-dev: Add comment for last one-liner commit.

Joseph Eagar noreply at git.blender.org
Tue Oct 5 23:27:57 CEST 2021


Commit: 727f5efa7bb42d331630f5dde780b1679a64cc9b
Author: Joseph Eagar
Date:   Tue Oct 5 14:27:31 2021 -0700
Branches: sculpt-dev
https://developer.blender.org/rB727f5efa7bb42d331630f5dde780b1679a64cc9b

Add comment for last one-liner commit.

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

M	source/blender/editors/sculpt_paint/sculpt_transform.c

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_transform.c b/source/blender/editors/sculpt_paint/sculpt_transform.c
index d09fad42290..b8697340bc3 100644
--- a/source/blender/editors/sculpt_paint/sculpt_transform.c
+++ b/source/blender/editors/sculpt_paint/sculpt_transform.c
@@ -67,6 +67,7 @@ void ED_sculpt_init_transform(struct bContext *C, Object *ob)
   SculptSession *ss = ob->sculpt;
   Depsgraph *depsgraph = CTX_data_depsgraph_pointer(C);
 
+  /* flag update of original data */
   ss->stroke_id++;
 
   copy_v3_v3(ss->init_pivot_pos, ss->pivot_pos);



More information about the Bf-blender-cvs mailing list