Blender
V3.3
|
#include <BKE_attribute.hh>
Public Types | |
enum class | Type { Default , VArray , MoveArray } |
Public Member Functions | |
AttributeInit (const Type type) | |
Public Attributes | |
Type | type |
Base class for the attribute initializer types described below.
Definition at line 72 of file BKE_attribute.hh.
|
strong |
Enumerator | |
---|---|
Default | |
VArray | |
MoveArray |
Definition at line 73 of file BKE_attribute.hh.
|
inline |
Definition at line 79 of file BKE_attribute.hh.
Type blender::bke::AttributeInit::type |
Definition at line 78 of file BKE_attribute.hh.
Referenced by blender::bke::add_builtin_type_custom_data_layer_from_init(), blender::bke::add_custom_data_layer_from_attribute_init(), blender::bke::create_point_attribute(), and blender::bke::varray_from_initializer().