Block a user
ea7fa93765
Various fixes
b5766fee8c
Span<std::string> to Span<StringRef>
6fb0f808ff
std::string to StringRef
Curves: Bezier handle selection support
It has default value for the attribute_name
in a header. Should I add third version of retrieve_selected_points
?
42e2f13dc6
Class SelectionAttributeWriterList removed
6fc407db68
Exception fixed
Curves: Bezier handle selection support
not sure if float selection may be allowed here.
Use case. Create empty hair, go to sculpt mode, add some curves and Paint select something. Go to edit mode and box select. In `select_box()>>fil…
Curves: Bezier handle selection support
With get_curves_bezier_selection_attribute_names
this one should look better, but the reasoning for whole for
loop still stays deeper.
Curves: Bezier handle selection support
Added function get_curves_bezier_selection_attribute_names
. I think it is good now.
Curves: Bezier handle selection support
for
loop's body here will be executed either twice or will be skipped. I prefer here for
over if
with the body repeated twice, to avoid later mistakes on changes. Furthermore with if
…