@mendio you can subscribe to this task to work together in the design.
Removed the line because the paramter is filtered already.
Another way would be: Get attributes of a selected curve:
radii_for_write().slice(points_by_curve[curve_index])
then just fill this span with value:radius_attribute.fill(value)
Thanks…
About change Default
... I think would be better change to Rounded
too. We are breaking the API a lot, so this change is only one more.
I used this code because the old code was ready to have more caps modes, but now it's better use if. Changed.
Don't think you need bke::MutableAttributeAccessor attributes = curves.attributes_for_write();
here.
@filedescriptor do you have a estimated date for the Undo? Now, check the operators is complex because the Undo is not working.