|
Blender
V2.59
|
Public Attributes | |
| struct PathEdge * | next |
| struct PathEdge * | prev |
| int | v |
| float | w |
Definition at line 6046 of file editmesh_tools.c.
| struct PathEdge* PathEdge::next |
Definition at line 6047 of file editmesh_tools.c.
Referenced by select_vertex_path_exec().
| struct PathEdge * PathEdge::prev |
Definition at line 6047 of file editmesh_tools.c.
Referenced by select_vertex_path_exec().
| int PathEdge::v |
Definition at line 6048 of file editmesh_tools.c.
Referenced by select_vertex_path_exec().
| float PathEdge::w |
Definition at line 6049 of file editmesh_tools.c.
Referenced by select_vertex_path_exec().