|
Blender V4.3
|
#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 103 of file BKE_attribute.hh.
|
inline |
Definition at line 104 of file BKE_attribute.hh.