![]() |
Blender V2.61 - r43446
|
Public Attributes | |
| struct wUVEdge * | next |
| struct wUVEdge * | prev |
| float | v1uv [2] |
| float | v2uv [2] |
| struct wUV * | v1 |
| struct wUV * | v2 |
| EditEdge * | eed |
| int | f |
Definition at line 4619 of file editmesh_tools.c.
Definition at line 4623 of file editmesh_tools.c.
Referenced by append_weldedUVEdge(), and build_weldedUVEdges().
| int wUVEdge::f |
Definition at line 4624 of file editmesh_tools.c.
Referenced by collapse_edgeuvs().
| struct wUVEdge* wUVEdge::next |
Definition at line 4620 of file editmesh_tools.c.
Referenced by append_weldedUVEdge(), build_weldedUVEdges(), and collapse_edgeuvs().
| struct wUVEdge * wUVEdge::prev |
Definition at line 4620 of file editmesh_tools.c.
| struct wUV* wUVEdge::v1 |
Definition at line 4622 of file editmesh_tools.c.
Referenced by build_weldedUVEdges(), and collapse_edgeuvs().
| float wUVEdge::v1uv[2] |
Definition at line 4621 of file editmesh_tools.c.
Referenced by append_weldedUVEdge(), build_weldedUVEdges(), and collapse_edgeuvs().
| struct wUV * wUVEdge::v2 |
Definition at line 4622 of file editmesh_tools.c.
Referenced by build_weldedUVEdges(), and collapse_edgeuvs().
| float wUVEdge::v2uv[2] |
Definition at line 4621 of file editmesh_tools.c.
Referenced by append_weldedUVEdge(), build_weldedUVEdges(), and collapse_edgeuvs().