Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::geometry::AttributeFallbacksArray Struct Reference

Public Member Functions

 AttributeFallbacksArray (int size)
 

Public Attributes

Array< const void * > array
 

Detailed Description

Definition at line 54 of file realize_instances.cc.

Constructor & Destructor Documentation

◆ AttributeFallbacksArray()

blender::geometry::AttributeFallbacksArray::AttributeFallbacksArray ( int  size)
inline

Definition at line 63 of file realize_instances.cc.

Member Data Documentation

◆ array

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::gather_realize_tasks_for_instances().


The documentation for this struct was generated from the following file: