|
Blender
V2.93
|
Public Attributes | |
| const int | numVerts |
| const int | numEdges |
| const int | numLoops |
| const int | numPolys |
| MVert * | mvert |
| MEdge * | medge |
| MLoop * | mloop |
| short(* | clnors )[2] |
| const bool | has_clnors |
| const float | split_angle |
| MPoly * | mpoly |
| float(* | polynors )[3] |
| int * | poly_strength |
| MDeformVert * | dvert |
| const int | defgrp_index |
| const bool | use_invert_vgroup |
| const float | weight |
| const short | mode |
| float | cached_inverse_powers_of_weight [NUM_CACHED_INVERSE_POWERS_OF_WEIGHT] |
| WeightedNormalDataAggregateItem * | items_data |
| ModePair * | mode_pair |
| int * | loop_to_poly |
Definition at line 81 of file MOD_weighted_normal.c.
| float WeightedNormalData::cached_inverse_powers_of_weight[NUM_CACHED_INVERSE_POWERS_OF_WEIGHT] |
Definition at line 107 of file MOD_weighted_normal.c.
Referenced by aggregate_item_normal().
| short(* WeightedNormalData::clnors)[2] |
Definition at line 91 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal().
| const int WeightedNormalData::defgrp_index |
Definition at line 100 of file MOD_weighted_normal.c.
Referenced by aggregate_item_normal().
| MDeformVert* WeightedNormalData::dvert |
Definition at line 99 of file MOD_weighted_normal.c.
Referenced by aggregate_item_normal(), and apply_weights_vertex_normal().
| const bool WeightedNormalData::has_clnors |
Definition at line 92 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal().
| WeightedNormalDataAggregateItem* WeightedNormalData::items_data |
Definition at line 109 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), and modifyMesh().
| int* WeightedNormalData::loop_to_poly |
Definition at line 113 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), modifyMesh(), wn_corner_angle(), and wn_face_with_angle().
| MEdge* WeightedNormalData::medge |
Definition at line 88 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal().
| MLoop* WeightedNormalData::mloop |
Definition at line 90 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), wn_corner_angle(), wn_face_area(), and wn_face_with_angle().
| const short WeightedNormalData::mode |
Definition at line 104 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal().
| ModePair* WeightedNormalData::mode_pair |
Definition at line 111 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), modifyMesh(), wn_corner_angle(), wn_face_area(), and wn_face_with_angle().
| MPoly* WeightedNormalData::mpoly |
Definition at line 95 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), wn_corner_angle(), wn_face_area(), and wn_face_with_angle().
| MVert* WeightedNormalData::mvert |
Definition at line 87 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), wn_corner_angle(), wn_face_area(), and wn_face_with_angle().
| const int WeightedNormalData::numEdges |
Definition at line 83 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal().
| const int WeightedNormalData::numLoops |
Definition at line 84 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), wn_corner_angle(), and wn_face_with_angle().
| const int WeightedNormalData::numPolys |
Definition at line 85 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), wn_corner_angle(), wn_face_area(), and wn_face_with_angle().
| const int WeightedNormalData::numVerts |
Definition at line 82 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), and modifyMesh().
| int* WeightedNormalData::poly_strength |
Definition at line 97 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), and check_item_poly_strength().
| float(* WeightedNormalData::polynors)[3] |
Definition at line 96 of file MOD_weighted_normal.c.
Referenced by aggregate_item_normal(), and apply_weights_vertex_normal().
| const float WeightedNormalData::split_angle |
Definition at line 93 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal().
| const bool WeightedNormalData::use_invert_vgroup |
Definition at line 101 of file MOD_weighted_normal.c.
Referenced by aggregate_item_normal().
| const float WeightedNormalData::weight |
Definition at line 103 of file MOD_weighted_normal.c.
Referenced by aggregate_item_normal().