Sculpt-dev: run clang-format on a few files

This commit is contained in:
Joseph Eagar 2021-11-17 13:16:09 -08:00
parent a4ce7b6741
commit 51f1a359a1
2 changed files with 3 additions and 3 deletions

View File

@ -3310,7 +3310,7 @@ void BKE_sculptsession_update_attr_refs(Object *ob)
ss->vcol_domain = domain;
ss->vcol_type = layer->type;
if (ss->bm) {
ss->cd_vcol_offset = layer->offset;
}

View File

@ -1548,8 +1548,8 @@ static void pbvh_bmesh_create_leaf_fast_task_cb(void *__restrict userdata,
n->flag = PBVH_Leaf | PBVH_UpdateTris | PBVH_UpdateBB | PBVH_UpdateOriginalBB |
PBVH_UpdateTriAreas | PBVH_UpdateColor | PBVH_UpdateVisibility |
PBVH_UpdateDrawBuffers | PBVH_RebuildDrawBuffers | PBVH_UpdateCurvatureDir | PBVH_UpdateTriAreas
| PBVH_UpdateMask | PBVH_UpdateRedraw;
PBVH_UpdateDrawBuffers | PBVH_RebuildDrawBuffers | PBVH_UpdateCurvatureDir |
PBVH_UpdateTriAreas | PBVH_UpdateMask | PBVH_UpdateRedraw;
n->bm_faces = BLI_table_gset_new_ex("bm_faces", node->totface);