Blender V2.61 - r43446
|
#include <DNA_mesh_types.h>
Public Attributes | |
void * | tpage |
float | uv [4][2] |
unsigned int | col [4] |
char | flag |
char | transp |
short | mode |
short | tile |
short | unwrap |
Definition at line 136 of file DNA_mesh_types.h.
unsigned int TFace::col[4] |
Definition at line 139 of file DNA_mesh_types.h.
Referenced by direct_link_mesh(), and do_versions().
char TFace::flag |
Definition at line 140 of file DNA_mesh_types.h.
short TFace::mode |
Definition at line 141 of file DNA_mesh_types.h.
Referenced by do_versions().
short TFace::tile |
Definition at line 141 of file DNA_mesh_types.h.
void* TFace::tpage |
Definition at line 137 of file DNA_mesh_types.h.
Referenced by expand_mesh().
char TFace::transp |
Definition at line 140 of file DNA_mesh_types.h.
short TFace::unwrap |
Definition at line 141 of file DNA_mesh_types.h.
float TFace::uv[4][2] |
Definition at line 138 of file DNA_mesh_types.h.
Referenced by do_versions().