UV pin: Use ID_RECALC_COPY_ON_WRITE instead of the almighty 0

I suppose the cow tag is more correct for those generic/non-specific
tags. Thank you Sergey.
This commit is contained in:
Dalai Felinto 2018-12-14 20:33:29 -02:00
parent a63209e175
commit fa41350c72
1 changed files with 1 additions and 1 deletions

View File

@ -3969,7 +3969,7 @@ static int uv_pin_exec(bContext *C, wmOperator *op)
if (changed) {
WM_event_add_notifier(C, NC_GEOM | ND_DATA, obedit->data);
DEG_id_tag_update(obedit->data, 0);
DEG_id_tag_update(obedit->data, ID_RECALC_COPY_ON_WRITE);
}
}
MEM_freeN(objects);