|
Blender
V3.3
|
#include <bmesh_class.h>
Public Attributes | |
| BMLoopNorEditData * | lnor_editdata |
| BMLoopNorEditData ** | lidx_to_lnor_editdata |
| int | cd_custom_normal_offset |
| int | totloop |
Definition at line 398 of file bmesh_class.h.
| int BMLoopNorEditDataArray::cd_custom_normal_offset |
Definition at line 406 of file bmesh_class.h.
Referenced by BM_loop_normal_editdata_array_init(), 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 404 of file bmesh_class.h.
Referenced by BM_loop_normal_editdata_array_free(), BM_loop_normal_editdata_array_init(), flip_custom_normals(), and normals_merge().
| BMLoopNorEditData* BMLoopNorEditDataArray::lnor_editdata |
Definition at line 399 of file bmesh_class.h.
Referenced by applyNormalRotation(), BM_loop_normal_editdata_array_free(), BM_loop_normal_editdata_array_init(), edbm_flip_normals_custom_loop_normals(), edbm_normals_tools_exec(), edbm_smooth_normals_exec(), flip_custom_normals(), freeCustomNormalArray(), normals_merge(), and point_normals_apply().
| int BMLoopNorEditDataArray::totloop |
Definition at line 407 of file bmesh_class.h.
Referenced by applyNormalRotation(), BM_loop_normal_editdata_array_init(), edbm_flip_normals_custom_loop_normals(), edbm_normals_tools_exec(), edbm_smooth_normals_exec(), flip_custom_normals(), freeCustomNormalArray(), normals_merge(), point_normals_apply(), and point_normals_init().