Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/geometry/node_geometry_util.hh
| Context not available. | |||||
| /** | /** | ||||
| * Copies the point domain attributes from `in_component` that are in the mask to `out_component`. | * Copies the point domain attributes from `in_component` that are in the mask to `out_component`. | ||||
| */ | */ | ||||
| void legacy_copy_point_attributes_based_on_mask(const GeometryComponent &in_component, | |||||
| GeometryComponent &result_component, | |||||
| Span<bool> masks, | |||||
| const bool invert); | |||||
| void copy_point_attributes_based_on_mask(const GeometryComponent &in_component, | void copy_point_attributes_based_on_mask(const GeometryComponent &in_component, | ||||
| GeometryComponent &result_component, | GeometryComponent &result_component, | ||||
| Span<bool> masks, | Span<bool> masks, | ||||
| Context not available. | |||||