Thanks for the quick fix! I think ideally in curve selection mode we would show the same orange overlay on the curve wire, what do you think about that?
As far as I understand you are talking…
For BEZIER_HANDLE_VECTOR
it worked quite well. It appeared I missed one detail trying to keep things consistent.
BEZIER_HANDLE_AUTO
left almost the same as was.
I also find the index mask stuff sort of complicated, seemingly more complicated than it seems it should be? But I don't have a strong opinion either. Just left a few smaller comments when…
These are stored here:
194fe3e21e/source/blender/editors/transform/transform_convert_curves.cc (L213-L216)
lat…
I want to move mask calculation into createTransCurvesVerts
, store two final masks in CurvesTransformData
.
Now they are recalculated on every frame, though do not change during transform.
To…
elegant use of index masks!
For this credit goes to @mod_moder