|
Blender V4.3
|
#include <bmesh_class.hh>
Public Attributes | |
| int | loop_index |
| BMLoop * | loop |
| float | niloc [3] |
| float | nloc [3] |
| float * | loc |
| short * | clnors_data |
Definition at line 393 of file bmesh_class.hh.
| short* BMLoopNorEditData::clnors_data |
Definition at line 399 of file bmesh_class.hh.
Referenced by applyNormalRotation(), edbm_flip_normals_custom_loop_normals(), edbm_normals_tools_exec(), edbm_smooth_normals_exec(), flip_custom_normals(), freeCustomNormalArray(), loop_normal_editdata_init(), normals_merge(), and point_normals_apply().
| float* BMLoopNorEditData::loc |
Definition at line 398 of file bmesh_class.hh.
Referenced by edbm_normals_tools_exec(), loop_normal_editdata_init(), and point_normals_apply().
| BMLoop* BMLoopNorEditData::loop |
Definition at line 395 of file bmesh_class.hh.
Referenced by edbm_smooth_normals_exec(), loop_normal_editdata_init(), and normals_merge().
| int BMLoopNorEditData::loop_index |
Definition at line 394 of file bmesh_class.hh.
Referenced by applyNormalRotation(), edbm_flip_normals_custom_loop_normals(), edbm_normals_tools_exec(), edbm_smooth_normals_exec(), flip_custom_normals(), freeCustomNormalArray(), loop_normal_editdata_init(), normals_merge(), and point_normals_apply().
| float BMLoopNorEditData::niloc[3] |
Definition at line 396 of file bmesh_class.hh.
Referenced by applyNormalRotation(), edbm_normals_tools_exec(), freeCustomNormalArray(), loop_normal_editdata_init(), and point_normals_apply().
| float BMLoopNorEditData::nloc[3] |
Definition at line 397 of file bmesh_class.hh.
Referenced by applyNormalRotation(), edbm_flip_normals_custom_loop_normals(), edbm_normals_tools_exec(), flip_custom_normals(), loop_normal_editdata_init(), normals_merge(), and point_normals_apply().