|
Blender V4.3
|
Definition at line 73 of file MOD_weighted_normal.cc.
| float WeightedNormalData::cached_inverse_powers_of_weight[NUM_CACHED_INVERSE_POWERS_OF_WEIGHT] |
Definition at line 100 of file MOD_weighted_normal.cc.
Referenced by aggregate_item_normal().
| blender::MutableSpan<blender::short2> WeightedNormalData::clnors |
Definition at line 84 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal().
| blender::Span<int> WeightedNormalData::corner_edges |
Definition at line 82 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal().
| blender::Span<int> WeightedNormalData::corner_verts |
Definition at line 81 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal(), wn_corner_angle(), wn_face_area(), and wn_face_with_angle().
| int WeightedNormalData::defgrp_index |
Definition at line 93 of file MOD_weighted_normal.cc.
Referenced by aggregate_item_normal().
| const MDeformVert* WeightedNormalData::dvert |
Definition at line 92 of file MOD_weighted_normal.cc.
Referenced by aggregate_item_normal(), and apply_weights_vertex_normal().
| blender::Span<blender::int2> WeightedNormalData::edges |
Definition at line 78 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal().
| blender::Span<blender::float3> WeightedNormalData::face_normals |
Definition at line 88 of file MOD_weighted_normal.cc.
Referenced by aggregate_item_normal(), and apply_weights_vertex_normal().
| const int* WeightedNormalData::face_strength |
Definition at line 90 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal(), and check_item_face_strength().
| blender::OffsetIndices<int> WeightedNormalData::faces |
Definition at line 87 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal(), wn_corner_angle(), wn_face_area(), and wn_face_with_angle().
| bool WeightedNormalData::has_clnors |
Definition at line 85 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal().
| blender::Span<WeightedNormalDataAggregateItem> WeightedNormalData::items_data |
Definition at line 102 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal().
| blender::Span<int> WeightedNormalData::loop_to_face |
Definition at line 83 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal().
| short WeightedNormalData::mode |
Definition at line 97 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal().
| ModePair* WeightedNormalData::mode_pair |
Definition at line 104 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal(), wn_corner_angle(), wn_face_area(), and wn_face_with_angle().
| blender::MutableSpan<bool> WeightedNormalData::sharp_edges |
Definition at line 79 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal().
| blender::VArraySpan<bool> WeightedNormalData::sharp_faces |
Definition at line 89 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal().
| bool WeightedNormalData::use_invert_vgroup |
Definition at line 94 of file MOD_weighted_normal.cc.
Referenced by aggregate_item_normal().
| blender::Span<blender::float3> WeightedNormalData::vert_normals |
Definition at line 77 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal().
| blender::Span<blender::float3> WeightedNormalData::vert_positions |
Definition at line 76 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal(), wn_corner_angle(), wn_face_area(), and wn_face_with_angle().
| int WeightedNormalData::verts_num |
Definition at line 74 of file MOD_weighted_normal.cc.
Referenced by apply_weights_vertex_normal(), and modify_mesh().
| float WeightedNormalData::weight |
Definition at line 96 of file MOD_weighted_normal.cc.
Referenced by aggregate_item_normal().