Blender  V3.3
Public Attributes | Friends | List of all members
blender::bke::AttributeMetaData Struct Reference

#include <BKE_attribute.hh>

Public Attributes

eAttrDomain domain
 
eCustomDataType data_type
 

Friends

constexpr friend bool operator== (AttributeMetaData a, AttributeMetaData b)
 

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 54 of file BKE_attribute.hh.

Friends And Related Function Documentation

◆ operator==

constexpr friend bool operator== ( AttributeMetaData  a,
AttributeMetaData  b 
)
friend

Definition at line 58 of file BKE_attribute.hh.

Member Data Documentation

◆ data_type

eCustomDataType blender::bke::AttributeMetaData::data_type

◆ domain

eAttrDomain blender::bke::AttributeMetaData::domain

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