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:
@@ -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="")
|
||||
|
Reference in New Issue
Block a user