|
Blender V4.3
|
#include <BKE_attribute.hh>
Inherits blender::bke::AttributeInit.
Public Member Functions | |
| AttributeInitVArray (GVArray varray) | |
Public Member Functions inherited from blender::bke::AttributeInit | |
| AttributeInit (const Type type) | |
Public Attributes | |
| GVArray | varray |
Public Attributes inherited from blender::bke::AttributeInit | |
| Type | type |
Additional Inherited Members | |
Public Types inherited from blender::bke::AttributeInit | |
| enum class | Type { Construct , DefaultValue , VArray , MoveArray , Shared } |
Create an attribute by copying data from an existing virtual array. The virtual array must have the same type as the newly created attribute.
Definition at line 111 of file BKE_attribute.hh.
|
inline |
Definition at line 114 of file BKE_attribute.hh.
| GVArray blender::bke::AttributeInitVArray::varray |
Definition at line 112 of file BKE_attribute.hh.