Blender V2.61 - r43446
Public Attributes

wUV Struct Reference

List of all members.

Public Attributes

struct wUVnext
struct wUVprev
ListBase nodes
float u
float v
EditVerteve
int f

Detailed Description

Definition at line 4605 of file editmesh_tools.c.


Member Data Documentation

Definition at line 4609 of file editmesh_tools.c.

Referenced by append_weldedUV(), and build_weldedUVEdges().

int wUV::f

Definition at line 4610 of file editmesh_tools.c.

Referenced by collapse_edgeuvs().

struct wUV* wUV::next

Definition at line 4606 of file editmesh_tools.c.

Referenced by append_weldedUV(), build_weldedUVEdges(), and free_weldedUVs().

Definition at line 4607 of file editmesh_tools.c.

Referenced by append_weldedUV(), collapse_edgeuvs(), and free_weldedUVs().

struct wUV * wUV::prev

Definition at line 4606 of file editmesh_tools.c.

float wUV::u

Definition at line 4608 of file editmesh_tools.c.

Referenced by append_weldedUV(), and build_weldedUVEdges().

float wUV::v

Definition at line 4608 of file editmesh_tools.c.

Referenced by append_weldedUV(), and build_weldedUVEdges().


The documentation for this struct was generated from the following file: