|
Blender V4.3
|
Public Member Functions | |
| AttributeFallbacksArray (int size) | |
Public Attributes | |
| Array< const void * > | array |
Definition at line 54 of file realize_instances.cc.
|
inline |
Definition at line 63 of file realize_instances.cc.
| Array<const void *> blender::geometry::AttributeFallbacksArray::array |
Instance attribute values used as fallback when the geometry does not have the corresponding attributes itself. The pointers point to attributes stored in the instances component or in #r_temporary_arrays. The order depends on the corresponding #OrderedAttributes instance.
Definition at line 61 of file realize_instances.cc.
Referenced by blender::geometry::add_instance_attributes_to_single_geometry(), and blender::geometry::gather_realize_tasks_for_instances().