Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/intern/bmesh_mesh.h
| Show First 20 Lines • Show All 54 Lines • ▼ Show 20 Lines | |||||
| bool BM_loop_check_cyclic_smooth_fan(BMLoop *l_curr); | bool BM_loop_check_cyclic_smooth_fan(BMLoop *l_curr); | ||||
| void BM_edges_sharp_from_angle_set(BMesh *bm, const float split_angle); | void BM_edges_sharp_from_angle_set(BMesh *bm, const float split_angle); | ||||
| void bmesh_edit_begin(BMesh *bm, const BMOpTypeFlag type_flag); | void bmesh_edit_begin(BMesh *bm, const BMOpTypeFlag type_flag); | ||||
| void bmesh_edit_end(BMesh *bm, const BMOpTypeFlag type_flag); | void bmesh_edit_end(BMesh *bm, const BMOpTypeFlag type_flag); | ||||
| void BM_mesh_elem_index_ensure_ex(BMesh *bm, const char htype, int elem_offset[4]); | |||||
| void BM_mesh_elem_index_ensure(BMesh *bm, const char hflag); | void BM_mesh_elem_index_ensure(BMesh *bm, const char hflag); | ||||
| void BM_mesh_elem_index_validate( | void BM_mesh_elem_index_validate( | ||||
| BMesh *bm, const char *location, const char *func, | BMesh *bm, const char *location, const char *func, | ||||
| const char *msg_a, const char *msg_b); | const char *msg_a, const char *msg_b); | ||||
| void BM_mesh_toolflags_set(BMesh *bm, bool use_toolflags); | void BM_mesh_toolflags_set(BMesh *bm, bool use_toolflags); | ||||
| #ifndef NDEBUG | #ifndef NDEBUG | ||||
| bool BM_mesh_elem_table_check(BMesh *bm); | bool BM_mesh_elem_table_check(BMesh *bm); | ||||
| ▲ Show 20 Lines • Show All 63 Lines • Show Last 20 Lines | |||||