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:
authorJoseph Eagar <joeedh@gmail.com>2022-03-30 01:12:02 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-03-30 01:12:02 +0300
commit572c52d2a304cd333e25fcc76afd559f119980f9 (patch)
treee82860d9529933193f318c657f56364b99242121 /source/blender/editors/sculpt_paint/sculpt_undo.c
parent176b331c43c5378b0a346b7c96b0934c9c5bf19f (diff)
temp-sculpt-colors: comment formatting
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_undo.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_undo.c b/source/blender/editors/sculpt_paint/sculpt_undo.c
index fcdce9a59b1..b5973420f52 100644
--- a/source/blender/editors/sculpt_paint/sculpt_undo.c
+++ b/source/blender/editors/sculpt_paint/sculpt_undo.c
@@ -1563,7 +1563,7 @@ static void sculpt_undo_set_active_layer(struct bContext *C, SculptAttrRef *attr
layer = BKE_id_attribute_find(&me->id, attr->name, attr->type, attr->domain);
if (!layer) {
- /* memfile undo killed the layer; re-create it */
+ /* Memfile undo killed the layer; re-create it. */
CustomData *cdata = attr->domain == ATTR_DOMAIN_POINT ? &me->vdata : &me->ldata;
int totelem = attr->domain == ATTR_DOMAIN_POINT ? me->totvert : me->totloop;