|
Blender V4.3
|
Public Attributes | |
| OrderedAttributes | attributes |
| VectorSet< const PointCloud * > | order |
| Array< PointCloudRealizeInfo > | realize_info |
| bool | create_id_attribute = false |
| bool | create_radius_attribute = false |
Definition at line 201 of file realize_instances.cc.
| OrderedAttributes blender::geometry::AllPointCloudsInfo::attributes |
Ordering of all attributes that are propagated to the output point cloud generically.
Definition at line 203 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_for_instances(), blender::geometry::preprocess_pointclouds(), and blender::geometry::realize_instances().
| bool blender::geometry::AllPointCloudsInfo::create_id_attribute = false |
Definition at line 208 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_tasks(), blender::geometry::preprocess_pointclouds(), and blender::geometry::realize_instances().
| bool blender::geometry::AllPointCloudsInfo::create_radius_attribute = false |
Definition at line 209 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_tasks(), and blender::geometry::preprocess_pointclouds().
| VectorSet<const PointCloud *> blender::geometry::AllPointCloudsInfo::order |
Ordering of the original point clouds that are joined.
Definition at line 205 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_pointclouds().
| Array<PointCloudRealizeInfo> blender::geometry::AllPointCloudsInfo::realize_info |
Preprocessed data about every original point cloud. This is ordered by order.
Definition at line 207 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_pointclouds().