|
Blender
V2.93
|
Public Attributes | |
| struct SplitFaceNewEdge * | next |
| int | new_index |
| int | orig_index |
| int | v1 |
| int | v2 |
| int SplitFaceNewEdge::new_index |
Definition at line 1881 of file mesh.c.
Referenced by split_faces_prepare_new_edges(), and split_faces_split_new_edges().
| struct SplitFaceNewEdge* SplitFaceNewEdge::next |
Definition at line 1880 of file mesh.c.
Referenced by split_faces_prepare_new_edges(), and split_faces_split_new_edges().
| int SplitFaceNewEdge::orig_index |
Definition at line 1882 of file mesh.c.
Referenced by split_faces_prepare_new_edges(), and split_faces_split_new_edges().
| int SplitFaceNewEdge::v1 |
Definition at line 1883 of file mesh.c.
Referenced by split_faces_prepare_new_edges(), and split_faces_split_new_edges().
| int SplitFaceNewEdge::v2 |
Definition at line 1884 of file mesh.c.
Referenced by split_faces_prepare_new_edges(), and split_faces_split_new_edges().