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

#include <bmesh_py_types_customdata.h>

Public Attributes

PyObject_VAR_HEAD struct BMeshbm
 
char htype
 
int type
 

Detailed Description

Access different layer types deform/uv/vertex-color.

Definition at line 32 of file bmesh_py_types_customdata.h.

Member Data Documentation

◆ bm

PyObject_VAR_HEAD struct BMesh* BPy_BMLayerCollection::bm

Definition at line 34 of file bmesh_py_types_customdata.h.

◆ htype

char BPy_BMLayerCollection::htype

Definition at line 35 of file bmesh_py_types_customdata.h.

◆ type

int BPy_BMLayerCollection::type

Definition at line 36 of file bmesh_py_types_customdata.h.


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