|
Blender V5.0
|
#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 432 of file bmesh_class.hh.
| short* BMLoopNorEditData::clnors_data |
Definition at line 438 of file bmesh_class.hh.
Referenced by blender::ed::transform::applyNormalRotation(), edbm_flip_normals_custom_loop_normals(), edbm_normals_tools_exec(), edbm_smooth_normals_exec(), flip_custom_normals(), blender::ed::transform::freeCustomNormalArray(), loop_normal_editdata_init(), normals_merge(), and point_normals_apply().
| float* BMLoopNorEditData::loc |
Definition at line 437 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 434 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 433 of file bmesh_class.hh.
Referenced by blender::ed::transform::applyNormalRotation(), edbm_flip_normals_custom_loop_normals(), edbm_normals_tools_exec(), edbm_smooth_normals_exec(), flip_custom_normals(), blender::ed::transform::freeCustomNormalArray(), loop_normal_editdata_init(), normals_merge(), and point_normals_apply().
| float BMLoopNorEditData::niloc[3] |
Definition at line 435 of file bmesh_class.hh.
Referenced by blender::ed::transform::applyNormalRotation(), edbm_normals_tools_exec(), blender::ed::transform::freeCustomNormalArray(), loop_normal_editdata_init(), and point_normals_apply().
| float BMLoopNorEditData::nloc[3] |
Definition at line 436 of file bmesh_class.hh.
Referenced by blender::ed::transform::applyNormalRotation(), edbm_flip_normals_custom_loop_normals(), edbm_normals_tools_exec(), flip_custom_normals(), loop_normal_editdata_init(), normals_merge(), and point_normals_apply().