|
Blender V4.3
|
Public Attributes | |
| Vector< AttributeFallbacksArray > | attribute_fallback |
| Vector< bke::GeometryComponentPtr > | instances_components_to_merge |
| Vector< float4x4 > | instances_components_transforms |
Definition at line 256 of file realize_instances.cc.
| Vector<AttributeFallbacksArray> blender::geometry::AllInstancesInfo::attribute_fallback |
Stores an array of void pointer to attributes for each component.
Definition at line 258 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::realize_instances().
| Vector<bke::GeometryComponentPtr> blender::geometry::AllInstancesInfo::instances_components_to_merge |
Instance components to merge for output geometry.
Definition at line 260 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::realize_instances().
Base transform for each instance component.
Definition at line 262 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::realize_instances().