Blender
V3.3
|
Public Attributes | |
const int | verts_num |
const int | edges_num |
const int | loops_num |
const int | polys_num |
MVert * | mvert |
const float(* | vert_normals )[3] |
MEdge * | medge |
MLoop * | mloop |
short(* | clnors )[2] |
const bool | has_clnors |
const float | split_angle |
MPoly * | mpoly |
const float(* | polynors )[3] |
const 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 68 of file MOD_weighted_normal.c.
float WeightedNormalData::cached_inverse_powers_of_weight[NUM_CACHED_INVERSE_POWERS_OF_WEIGHT] |
Definition at line 95 of file MOD_weighted_normal.c.
Referenced by aggregate_item_normal().
short(* WeightedNormalData::clnors)[2] |
Definition at line 79 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal().
const int WeightedNormalData::defgrp_index |
Definition at line 88 of file MOD_weighted_normal.c.
Referenced by aggregate_item_normal().
MDeformVert* WeightedNormalData::dvert |
Definition at line 87 of file MOD_weighted_normal.c.
Referenced by aggregate_item_normal(), and apply_weights_vertex_normal().
const int WeightedNormalData::edges_num |
Definition at line 70 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal().
const bool WeightedNormalData::has_clnors |
Definition at line 80 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal().
WeightedNormalDataAggregateItem* WeightedNormalData::items_data |
Definition at line 97 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), and modifyMesh().
int* WeightedNormalData::loop_to_poly |
Definition at line 101 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), modifyMesh(), wn_corner_angle(), and wn_face_with_angle().
const int WeightedNormalData::loops_num |
Definition at line 71 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), wn_corner_angle(), and wn_face_with_angle().
MEdge* WeightedNormalData::medge |
Definition at line 76 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal().
MLoop* WeightedNormalData::mloop |
Definition at line 78 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 92 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal().
ModePair* WeightedNormalData::mode_pair |
Definition at line 99 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 83 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 74 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::poly_strength |
Definition at line 85 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), and check_item_poly_strength().
const float(* WeightedNormalData::polynors)[3] |
Definition at line 84 of file MOD_weighted_normal.c.
Referenced by aggregate_item_normal(), and apply_weights_vertex_normal().
const int WeightedNormalData::polys_num |
Definition at line 72 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), wn_corner_angle(), wn_face_area(), and wn_face_with_angle().
const float WeightedNormalData::split_angle |
Definition at line 81 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal().
const bool WeightedNormalData::use_invert_vgroup |
Definition at line 89 of file MOD_weighted_normal.c.
Referenced by aggregate_item_normal().
const float(* WeightedNormalData::vert_normals)[3] |
Definition at line 75 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal().
const int WeightedNormalData::verts_num |
Definition at line 69 of file MOD_weighted_normal.c.
Referenced by apply_weights_vertex_normal(), and modifyMesh().
const float WeightedNormalData::weight |
Definition at line 91 of file MOD_weighted_normal.c.
Referenced by aggregate_item_normal().