Changes from the original repository
by @shspage
(Merge remote-tracking branch 'upstream/master')
(Merge remote-tracking branch 'upstream/master')
(Merge remote-tracking branch 'upstream/master')
Fixed an error that occurs when deleting this add-on on blender 2.93b.
Fixed the internal name of the handle snap menu.
(Merge remote-tracking branch 'upstream/master')
Vertex mode has been added to each of the pie menu items ("Selected Ends" and "Move Paths"). In Vertex mode, the destination of the endpoint is not the (mathematical) closest point on the Bezier curve, but the closest location of the vertex when the curve is converted to a mesh.
(The position of the vertices is determined based on the resolution of the curve (BezierCurve> Shape> Resolution Preview).)
Moves the endpoint of the selected Bezier curve on the nearest point on the Bezier curve. At that time, adjust the angle of the handle to the tangent line at the destination.
After selecting the endpoint in object mode (with the Flexi Edit Bezier tool), press Shift + S to display the pie menu. Select one of the following.
-
Selected Ends : Moves the selected endpoints.
-
Move Paths : Moves the endpoints and applies the movement to the entire path. If both endpoints are moved, the average of the moves is applied to the other points.
The default values such as font size and line width are multiplied by bpy.context.preferences.system.ui_scale
.
(I'm not sure if this is the correct way to deal with this problem. I would appreciate it if you could point out.)