Home
last modified time | relevance | path

Searched refs:BM_custom_loop_normals_to_vector_layer (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_mesh.h75 bool BM_custom_loop_normals_to_vector_layer(struct BMesh *bm);
H A Dbmesh_mesh.c1892 bool BM_custom_loop_normals_to_vector_layer(BMesh *bm) in BM_custom_loop_normals_to_vector_layer() function
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_tools.c454 BM_custom_loop_normals_to_vector_layer(em->bm); in edbm_delete_exec()
1223 BM_custom_loop_normals_to_vector_layer(bm); in edbm_connect_vert_pair()
1535 BM_custom_loop_normals_to_vector_layer(bm); in edbm_vert_connect_path_exec()
1769 BM_custom_loop_normals_to_vector_layer(em->bm); in edbm_edge_split_selected_edges()
1813 BM_custom_loop_normals_to_vector_layer(em->bm); in edbm_edge_split_selected_verts()
3218 BM_custom_loop_normals_to_vector_layer(em->bm); in edbm_merge_exec()
3394 BM_custom_loop_normals_to_vector_layer(em->bm); in edbm_remove_doubles_exec()
4099 BM_custom_loop_normals_to_vector_layer(bm); in edbm_knife_cut_exec()
4450 BM_custom_loop_normals_to_vector_layer(bm_old); in mesh_separate_loose()
5296 BM_custom_loop_normals_to_vector_layer(em->bm); in edbm_quads_convert_to_tris_exec()
[all …]
H A Deditmesh_rip.c1055 BM_custom_loop_normals_to_vector_layer(bm); in edbm_rip_invoke()