Blender
V3.3
|
Public Attributes | |
OrderedAttributes | attributes |
VectorSet< const PointCloud * > | order |
Array< PointCloudRealizeInfo > | realize_info |
bool | create_id_attribute = false |
Definition at line 165 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 167 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 172 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_tasks(), blender::geometry::preprocess_pointclouds(), and blender::geometry::realize_instances().
VectorSet<const PointCloud *> blender::geometry::AllPointCloudsInfo::order |
Ordering of the original point clouds that are joined.
Definition at line 169 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 171 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_pointclouds().