Home
last modified time | relevance | path

Searched refs:CustomData_swap_corners (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_customdata.h317 void CustomData_swap_corners(struct CustomData *data, int index, const int *corner_indices);
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmesh.c1268 CustomData_swap_corners(fdata, mfindex, corner_indices); in test_index_face()
1280 CustomData_swap_corners(fdata, mfindex, corner_indices); in test_index_face()
H A Dcustomdata.c3098 void CustomData_swap_corners(struct CustomData *data, int index, const int *corner_indices) in CustomData_swap_corners() function