Cleanup: style
This commit is contained in:
@@ -6348,7 +6348,7 @@ static int edbm_bridge_edge_loops_exec(bContext *C, wmOperator *op)
|
||||
|
||||
uint objects_len = 0;
|
||||
Object **objects = BKE_view_layer_array_from_objects_in_edit_mode_unique_data(view_layer, &objects_len);
|
||||
for(uint ob_index = 0; ob_index < objects_len; ob_index++) {
|
||||
for (uint ob_index = 0; ob_index < objects_len; ob_index++) {
|
||||
Object *obedit = objects[ob_index];
|
||||
BMEditMesh *em = BKE_editmesh_from_object(obedit);
|
||||
|
||||
|
||||
@@ -1389,8 +1389,8 @@ static int uv_select_more_less(bContext *C, const bool select)
|
||||
BM_ITER_MESH (efa, &iter, em->bm, BM_FACES_OF_MESH) {
|
||||
if (uvedit_face_visible_test(scene, obedit, ima, efa)) {
|
||||
|
||||
#define IS_SEL 1
|
||||
#define IS_UNSEL 2
|
||||
#define IS_SEL 1
|
||||
#define IS_UNSEL 2
|
||||
|
||||
int sel_state = 0;
|
||||
|
||||
@@ -1411,8 +1411,8 @@ static int uv_select_more_less(bContext *C, const bool select)
|
||||
}
|
||||
}
|
||||
|
||||
#undef IS_SEL
|
||||
#undef IS_UNSEL
|
||||
#undef IS_SEL
|
||||
#undef IS_UNSEL
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user