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

#include <DNA_object_types.h>

Public Attributes

struct bDeformGroupnext
 
struct bDeformGroupprev
 
char name [64]
 
char flag
 
char _pad0 [7]
 

Detailed Description

Vertex Groups - Name Info

Definition at line 46 of file DNA_object_types.h.

Member Data Documentation

◆ _pad0

char bDeformGroup::_pad0[7]

Definition at line 51 of file DNA_object_types.h.

◆ flag

char bDeformGroup::flag

◆ name

char bDeformGroup::name[64]

◆ next

struct bDeformGroup* bDeformGroup::next

◆ prev

struct bDeformGroup * bDeformGroup::prev

Definition at line 47 of file DNA_object_types.h.

Referenced by BKE_defgroup_duplicate().


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