Blender
V3.3
|
#include <BKE_attribute.hh>
Public Member Functions | |
AttributeInitVArray (blender::GVArray varray) | |
![]() | |
AttributeInit (const Type type) | |
Public Attributes | |
blender::GVArray | varray |
![]() | |
Type | type |
Additional Inherited Members | |
![]() | |
enum class | Type { Default , VArray , MoveArray } |
Create an attribute by copying data from an existing virtual array. The virtual array must have the same type as the newly created attribute.
Note that this can be used to fill the new attribute with the default
Definition at line 100 of file BKE_attribute.hh.
|
inline |
Definition at line 103 of file BKE_attribute.hh.
blender::GVArray blender::bke::AttributeInitVArray::varray |
Definition at line 101 of file BKE_attribute.hh.