Grease Pencil: Use Curve overlay for Bezier handles

This makes it so that Grease Pencil Bezier handles use the same colors and shaders as `Curves` Objects.

This also makes the handles follow `handle_display` and add the option the the edit mode overlay.

Pull Request: https://projects.blender.org/blender/blender/pulls/141524
This commit is contained in:
Casey Bianco-Davis
2025-08-02 15:37:59 +02:00
committed by Falk David
parent f271a48b6b
commit dfeeaa98fd
7 changed files with 244 additions and 96 deletions

View File

@@ -7950,6 +7950,8 @@ class VIEW3D_PT_overlay_grease_pencil_options(Panel):
col.prop(overlay, "use_gpencil_edit_lines", text="Edit Lines")
col = split.column()
col.prop(overlay, "use_gpencil_multiedit_line_only", text="Only in Multiframe")
row = layout.row()
row.prop(overlay, "display_handle", text="Handles")
if ob.mode == 'EDIT':
split = layout.split()