Blender V2.61 - r43446
|
Public Attributes | |
SmoothVert * | verts |
SmoothEdge * | edges |
SmoothFace * | faces |
int | num_verts |
int | num_edges |
int | num_faces |
int | max_verts |
int | max_edges |
int | max_faces |
DerivedMesh * | dm |
float | threshold |
int | flags |
MemArena * | arena |
ListBase | propagatestack |
ListBase | reusestack |
Definition at line 112 of file MOD_edgesplit.c.
Definition at line 121 of file MOD_edgesplit.c.
Referenced by push_propagate_stack(), and smoothmesh_free().
Definition at line 118 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), and smoothmesh_from_derivedmesh().
Definition at line 114 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), smoothedge_copy(), smoothmesh_free(), smoothmesh_from_derivedmesh(), smoothmesh_new(), smoothmesh_resize_edges(), smoothmesh_resize_verts(), split_sharp_edges(), and tag_and_count_extra_edges().
Definition at line 115 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), count_bridge_verts(), smoothmesh_free(), smoothmesh_from_derivedmesh(), smoothmesh_new(), smoothmesh_resize_edges(), and split_bridge_verts().
Definition at line 120 of file MOD_edgesplit.c.
Referenced by split_sharp_edges().
Definition at line 117 of file MOD_edgesplit.c.
Referenced by edgesplitModifier_do(), smoothedge_copy(), smoothmesh_new(), and smoothmesh_resize_edges().
Definition at line 117 of file MOD_edgesplit.c.
Referenced by smoothmesh_new().
Definition at line 117 of file MOD_edgesplit.c.
Referenced by edgesplitModifier_do(), smoothmesh_new(), smoothmesh_resize_verts(), and smoothvert_copy().
Definition at line 116 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), edgesplitModifier_do(), smoothedge_copy(), smoothmesh_free(), smoothmesh_new(), smoothmesh_resize_edges(), smoothmesh_resize_verts(), split_sharp_edges(), and tag_and_count_extra_edges().
Definition at line 116 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), count_bridge_verts(), smoothmesh_new(), smoothmesh_resize_edges(), and split_bridge_verts().
Definition at line 116 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), edgesplitModifier_do(), smoothmesh_free(), smoothmesh_new(), smoothmesh_resize_verts(), and smoothvert_copy().
Definition at line 122 of file MOD_edgesplit.c.
Referenced by pop_propagate_stack(), and push_propagate_stack().
Definition at line 122 of file MOD_edgesplit.c.
Referenced by pop_propagate_stack(), and push_propagate_stack().
float SmoothMesh::threshold |
Definition at line 119 of file MOD_edgesplit.c.
Referenced by split_sharp_edges().
Definition at line 113 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), smoothmesh_free(), smoothmesh_from_derivedmesh(), smoothmesh_new(), smoothmesh_resize_verts(), and smoothvert_copy().