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

#include <DNA_object_types.h>

Public Attributes

struct bFaceMapnext
 
struct bFaceMapprev
 
char name [64]
 
char flag
 
char _pad0 [7]
 

Detailed Description

Face Maps.

Definition at line 55 of file DNA_object_types.h.

Member Data Documentation

◆ _pad0

char bFaceMap::_pad0[7]

Definition at line 60 of file DNA_object_types.h.

◆ flag

char bFaceMap::flag

Definition at line 59 of file DNA_object_types.h.

◆ name

char bFaceMap::name[64]

MAX_VGROUP_NAME.

Definition at line 58 of file DNA_object_types.h.

Referenced by BKE_object_facemap_add_name(), BKE_object_facemap_unique_name(), and fmap_unique_check().

◆ next

struct bFaceMap* bFaceMap::next

◆ prev

struct bFaceMap * bFaceMap::prev

Definition at line 56 of file DNA_object_types.h.

Referenced by face_map_move_exec(), and fmap_duplicate().


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