Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_mesh.c1855 const int cd_custom_normal_offset = CustomData_get_offset(&bm->ldata, CD_CUSTOMLOOPNORMAL); in BM_loop_normal_editdata_array_init() local
1871 loop_normal_editdata_init(bm, lnor_ed, v, l, cd_custom_normal_offset); in BM_loop_normal_editdata_array_init()
1881 lnors_ed_arr->cd_custom_normal_offset = cd_custom_normal_offset; in BM_loop_normal_editdata_array_init()
1912 const int cd_custom_normal_offset = CustomData_get_offset(&bm->ldata, CD_CUSTOMLOOPNORMAL); in BM_custom_loop_normals_to_vector_layer() local
1918 const short *clnors_data = BM_ELEM_CD_GET_VOID_P(l, cd_custom_normal_offset); in BM_custom_loop_normals_to_vector_layer()
1936 const int cd_custom_normal_offset = CustomData_get_offset(&bm->ldata, CD_CUSTOMLOOPNORMAL); in BM_custom_loop_normals_from_vector_layer() local
1949 cd_custom_normal_offset, in BM_custom_loop_normals_from_vector_layer()
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/
H A Dbmesh_class.h296 int cd_custom_normal_offset; member
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_tools.c9374 short *clnors = BM_ELEM_CD_GET_VOID_P(l_other, lnors_ed_arr->cd_custom_normal_offset); in edbm_smooth_normals_exec()