|
Blender
V3.3
|
#include <bmesh_class.h>
Public Attributes | |
| int | loop_index |
| BMLoop * | loop |
| float | niloc [3] |
| float | nloc [3] |
| float * | loc |
| short * | clnors_data |
Definition at line 389 of file bmesh_class.h.
| short* BMLoopNorEditData::clnors_data |
Definition at line 395 of file bmesh_class.h.
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 394 of file bmesh_class.h.
Referenced by edbm_normals_tools_exec(), loop_normal_editdata_init(), and point_normals_apply().
| BMLoop* BMLoopNorEditData::loop |
Definition at line 391 of file bmesh_class.h.
Referenced by edbm_smooth_normals_exec(), loop_normal_editdata_init(), and normals_merge().
| int BMLoopNorEditData::loop_index |
Definition at line 390 of file bmesh_class.h.
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 392 of file bmesh_class.h.
Referenced by applyNormalRotation(), edbm_normals_tools_exec(), freeCustomNormalArray(), loop_normal_editdata_init(), and point_normals_apply().
| float BMLoopNorEditData::nloc[3] |
Definition at line 393 of file bmesh_class.h.
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().