Curves: Implement Handles for selected points only

When editing a complex curve is very annoying to have all handles at a time. Also, this is a requirement for the current GSoC Edit Grease Pencil using curves.
I have seen that this improvement can be used in any other area of blender, so I have decided to publish the option in the overlay panel..

Reviewed By: fclem, #user_interface, billreynish, Severin

Differential Revision: https://developer.blender.org/D7754
This commit is contained in:
Antonio Vazquez
2020-05-26 10:37:47 +02:00
parent 495a98d623
commit 49f59092e7
27 changed files with 242 additions and 80 deletions

View File

@@ -6379,7 +6379,7 @@ class VIEW3D_PT_overlay_edit_curve(Panel):
col.active = display_all
row = col.row()
row.prop(overlay, "show_curve_handles", text="Handles")
row.prop(overlay, "display_handle", text="Handles")
row = col.row()
row.prop(overlay, "show_curve_normals", text="")