Blender
V3.3
|
Go to the source code of this file.
Namespaces | |
blender | |
blender::geometry | |
Functions | |
Curves * | blender::geometry::resample_to_count (const CurveComponent &src_component, const fn::Field< bool > &selection_field, const fn::Field< int > &count_field) |
Curves * | blender::geometry::resample_to_length (const CurveComponent &src_component, const fn::Field< bool > &selection_field, const fn::Field< float > &segment_length_field) |
Curves * | blender::geometry::resample_to_evaluated (const CurveComponent &src_component, const fn::Field< bool > &selection_field) |