Shriinivas / blenderbezierutils

Blender Add-on with Bezier Utility Ops
GNU General Public License v3.0
525 stars 64 forks source link

Feature request: Add midpoints of segments as snap-points #22

Closed raindropsfromsky closed 4 years ago

raindropsfromsky commented 4 years ago

There is a built-in addon called snap utlities line, which shows snap points as we move the mouse pointer.

Can it be done with Bezier Utilities also?

Also consider if the midpoints of a face can be highlighted when the mouse pointer is within a threshold distance.

Shriinivas commented 4 years ago

Mid point snapping can be easily achieved by subdividing the segment (hotkey W in Flexi Edit) with single node in the middle. The new Bezier point is subsequently available for snapping with alt. Also please use the BlenderArtists thread: https://blenderartists.org/t/flexi-bezier-tool/1168179 for feature requests. This allows brainstorming the ideas with the existing users. It's better to reserve this Github issues page for Issues (i.e. defects) only.