|
Blender V5.0
|
#include <bmesh_class.hh>
Public Attributes | |
| BMLoopNorEditData * | lnor_editdata |
| BMLoopNorEditData ** | lidx_to_lnor_editdata |
| int | cd_custom_normal_offset |
| int | totloop |
Definition at line 441 of file bmesh_class.hh.
| int BMLoopNorEditDataArray::cd_custom_normal_offset |
Definition at line 449 of file bmesh_class.hh.
Referenced by BM_loop_normal_editdata_array_init_with_htype(), and edbm_smooth_normals_exec().
| BMLoopNorEditData** BMLoopNorEditDataArray::lidx_to_lnor_editdata |
This one has full amount of loops, used to map loop index to actual BMLoopNorEditData struct.
Definition at line 447 of file bmesh_class.hh.
Referenced by BM_loop_normal_editdata_array_free(), BM_loop_normal_editdata_array_init_with_htype(), flip_custom_normals(), and normals_merge().
| BMLoopNorEditData* BMLoopNorEditDataArray::lnor_editdata |
Definition at line 442 of file bmesh_class.hh.
Referenced by blender::ed::transform::applyNormalRotation(), BM_loop_normal_editdata_array_free(), BM_loop_normal_editdata_array_init_with_htype(), edbm_flip_normals_custom_loop_normals(), edbm_normals_tools_exec(), edbm_smooth_normals_exec(), flip_custom_normals(), blender::ed::transform::freeCustomNormalArray(), normals_merge(), and point_normals_apply().
| int BMLoopNorEditDataArray::totloop |
Definition at line 450 of file bmesh_class.hh.
Referenced by blender::ed::transform::applyNormalRotation(), BM_loop_normal_editdata_array_init_with_htype(), edbm_flip_normals_custom_loop_normals(), edbm_normals_tools_exec(), edbm_smooth_normals_exec(), flip_custom_normals(), blender::ed::transform::freeCustomNormalArray(), normals_merge(), point_normals_apply(), and point_normals_init().