Blender
V3.3
|
Public Attributes | |
const PointCloud * | pointcloud = nullptr |
Array< std::optional< GVArraySpan > > | attributes |
Span< float3 > | positions |
Span< int > | stored_ids |
Definition at line 68 of file realize_instances.cc.
Array<std::optional<GVArraySpan> > blender::geometry::PointCloudRealizeInfo::attributes |
Matches the order stored in #AllPointCloudsInfo.attributes.
Definition at line 71 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_task(), and blender::geometry::preprocess_pointclouds().
const PointCloud* blender::geometry::PointCloudRealizeInfo::pointcloud = nullptr |
Definition at line 69 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_task(), blender::geometry::execute_realize_pointcloud_tasks(), and blender::geometry::preprocess_pointclouds().
Id attribute on the point cloud. If there are no ids, this #Span is empty.
Definition at line 73 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_task(), and blender::geometry::preprocess_pointclouds().
Span<int> blender::geometry::PointCloudRealizeInfo::stored_ids |
Definition at line 74 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_task(), and blender::geometry::preprocess_pointclouds().