|
Blender V5.0
|
#include <BKE_attribute.hh>
Inherits blender::bke::AttributeInit.
Public Member Functions | |
| AttributeInitDefaultValue () | |
| Public Member Functions inherited from blender::bke::AttributeInit | |
| AttributeInit (const Type type) | |
Additional Inherited Members | |
| Public Types inherited from blender::bke::AttributeInit | |
| enum class | Type { Construct , DefaultValue , VArray , MoveArray , Shared } |
| Public Attributes inherited from blender::bke::AttributeInit | |
| Type | type |
Create an attribute using the default value for the data type (almost always "zero").
Definition at line 135 of file BKE_attribute.hh.
|
inline |
Definition at line 136 of file BKE_attribute.hh.
References blender::bke::AttributeInit::AttributeInit().