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…
With get_curves_bezier_selection_attribute_names
this one should look better, but the reasoning for whole for
loop still stays deeper.
Added function get_curves_bezier_selection_attribute_names
. I think it is good now.
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
…
Bezier is a proper noun, in wikipedia curves are referenced as "Bézier curves". Am I missing something?
"three" is decided exactly here. If we create bezier_as_nurbs, Bezier handles will be…
I did it, but still doubt about it. For me it's easier to follow things when return type and parameter type matches without even implicit conversions.
Again just think about how much power will…