Blender
V3.3
|
Public Member Functions | |
InstanceContext (const GatherTasksInfo &gather_info) | |
Public Attributes | |
AttributeFallbacksArray | pointclouds |
AttributeFallbacksArray | meshes |
AttributeFallbacksArray | curves |
uint32_t | id = 0 |
Information about the parent instances in the current context.
Definition at line 243 of file realize_instances.cc.
|
inline |
Definition at line 253 of file realize_instances.cc.
AttributeFallbacksArray blender::geometry::InstanceContext::curves |
Ordered by #AllCurvesInfo.attributes.
Definition at line 249 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_for_instances(), and blender::geometry::gather_realize_tasks_recursive().
uint32_t blender::geometry::InstanceContext::id = 0 |
Id mixed from all parent instances.
Definition at line 251 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_for_instances(), and blender::geometry::gather_realize_tasks_recursive().
AttributeFallbacksArray blender::geometry::InstanceContext::meshes |
Ordered by #AllMeshesInfo.attributes.
Definition at line 247 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_for_instances(), and blender::geometry::gather_realize_tasks_recursive().
AttributeFallbacksArray blender::geometry::InstanceContext::pointclouds |
Ordered by #AllPointCloudsInfo.attributes.
Definition at line 245 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_for_instances(), and blender::geometry::gather_realize_tasks_recursive().