GPencil: Remove dummy marker for Grease Pencil objects

After adding selecction using strokes, the dummy is not required because it was added as a provisional solution while we implement stroke selection.
This commit is contained in:
Antonioya
2019-02-27 20:46:04 +01:00
parent 461b1bdfbf
commit 9ddc2064a4
6 changed files with 1 additions and 32 deletions

View File

@@ -375,8 +375,6 @@ class DATA_PT_gpencil_display(ObjectButtonsPanel, Panel):
gpd = context.gpencil_data
gpl = context.active_gpencil_layer
layout.prop(ob, "empty_display_size", text="Marker Size")
layout.prop(gpd, "edit_line_color", text="Edit Line Color")
if gpl:
layout.prop(gpd, "show_stroke_direction", text="Show Stroke Directions")