Blender V2.61 - r43446
|
Public Attributes | |
SmoothVert * | verts [SMOOTHEDGE_NUM_VERTS] |
LinkNode * | faces |
int | oldIndex |
int | newIndex |
short | flag |
Definition at line 94 of file MOD_edgesplit.c.
Definition at line 96 of file MOD_edgesplit.c.
Referenced by count_bridge_verts(), edge_is_loose(), edge_replace_vert(), face_replace_edge(), find_other_sharp_edge(), other_face(), smoothedge_copy(), smoothmesh_free(), smoothmesh_from_derivedmesh(), split_bridge_verts(), and tag_and_count_extra_edges().
short SmoothEdge::flag |
Definition at line 99 of file MOD_edgesplit.c.
Referenced by edge_is_sharp(), smoothmesh_from_derivedmesh(), and tag_and_count_extra_edges().
Definition at line 98 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), edge_is_sharp(), edge_replace_vert(), face_replace_edge(), find_other_sharp_edge(), propagate_split(), smoothedge_copy(), smoothmesh_from_derivedmesh(), and split_edge().
Definition at line 97 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), and smoothmesh_from_derivedmesh().
SmoothVert* SmoothEdge::verts[SMOOTHEDGE_NUM_VERTS] |
Definition at line 95 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), count_bridge_verts(), edge_replace_vert(), other_edge(), other_vert(), smoothedge_has_vert(), smoothmesh_from_derivedmesh(), smoothmesh_resize_verts(), split_bridge_verts(), and split_sharp_edges().