Blender V4.3
blender::geometry::AttributeMetaData Struct Reference

#include <BKE_attribute.hh>

Public Attributes

AttrDomain domain
eCustomDataType data_type

Detailed Description

Contains information about an attribute in a geometry component. More information can be added in the future. E.g. whether the attribute is builtin and how it is stored (uv map, vertex group, ...).

Definition at line 60 of file BKE_attribute.hh.

Member Data Documentation

◆ data_type

eCustomDataType blender::bke::AttributeMetaData::data_type

Definition at line 62 of file BKE_attribute.hh.

◆ domain

AttrDomain blender::bke::AttributeMetaData::domain

Definition at line 61 of file BKE_attribute.hh.


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