|
Blender
V2.59
|
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 5445 of file editmesh_tools.c.
Definition at line 5449 of file editmesh_tools.c.
Referenced by append_weldedUVEdge(), and build_weldedUVEdges().
| int wUVEdge::f |
Definition at line 5450 of file editmesh_tools.c.
Referenced by collapse_edgeuvs().
| struct wUVEdge* wUVEdge::next |
Definition at line 5446 of file editmesh_tools.c.
Referenced by append_weldedUVEdge(), build_weldedUVEdges(), and collapse_edgeuvs().
| struct wUVEdge * wUVEdge::prev |
Definition at line 5446 of file editmesh_tools.c.
| struct wUV* wUVEdge::v1 |
Definition at line 5448 of file editmesh_tools.c.
Referenced by build_weldedUVEdges(), and collapse_edgeuvs().
| float wUVEdge::v1uv[2] |
Definition at line 5447 of file editmesh_tools.c.
Referenced by append_weldedUVEdge(), build_weldedUVEdges(), and collapse_edgeuvs().
| struct wUV * wUVEdge::v2 |
Definition at line 5448 of file editmesh_tools.c.
Referenced by build_weldedUVEdges(), and collapse_edgeuvs().
| float wUVEdge::v2uv[2] |
Definition at line 5447 of file editmesh_tools.c.
Referenced by append_weldedUVEdge(), build_weldedUVEdges(), and collapse_edgeuvs().