Blender  V3.3
Public Attributes | List of all members
MFace Struct Reference

#include <DNA_meshdata_types.h>

Public Attributes

unsigned int v1
 
unsigned int v2
 
unsigned int v3
 
unsigned int v4
 
short mat_nr
 
char edcode
 
char flag
 

Detailed Description

Used in Blender pre 2.63, See MLoop, MPoly for face data stored in the blend file. Use for reading old files and in a handful of cases which should be removed eventually.

Definition at line 458 of file DNA_meshdata_types.h.

Member Data Documentation

◆ edcode

char MFace::edcode

We keep edcode, for conversion to edges draw flags in old files.

Definition at line 462 of file DNA_meshdata_types.h.

Referenced by mesh_calc_edges_mdata(), and mesh_tessface_calc().

◆ flag

char MFace::flag

◆ mat_nr

short MFace::mat_nr

◆ v1

unsigned int MFace::v1

◆ v2

unsigned int MFace::v2

◆ v3

unsigned int MFace::v3

◆ v4

unsigned int MFace::v4

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