Shriinivas / blenderbezierutils

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

Moving along an axis #50

Open sygi opened 2 years ago

sygi commented 2 years ago

Thanks for a very useful add-on. I am looking for a way to do the axis-aligned movements on the level of Bezier nodes.

I see there is Z for lock to Z-axis, but it makes sure that the next point has the same X-Y coordinates as the previous point, whereas I would like to be able to keep my current point on the Z axis (with regular blender move it would be G-Z). Snap to grid does nearly what I want, but I want to be able to change the Z coordinate continuously.

Is there a way to achieve that with the add-on?

I need to keep the first and last points on the Z-axis, as I'm later rotating the curve around the axis to create a 3d mesh.