[Bf-blender-cvs] [375dcdd5c42] greasepencil-object: UI: Add Edit LIne Color to Overlay

Antonio Vazquez noreply at git.blender.org
Fri Jul 6 16:41:14 CEST 2018


Commit: 375dcdd5c428f47c00fec86b13d9d492e789c851
Author: Antonio Vazquez
Date:   Fri Jul 6 16:41:00 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rB375dcdd5c428f47c00fec86b13d9d492e789c851

UI: Add Edit LIne Color to Overlay

===================================================================

M	release/scripts/startup/bl_ui/space_view3d.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index dbb5e5468ae..16f8aacf02a 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -4255,6 +4255,7 @@ class VIEW3D_PT_overlay_gpencil_options(Panel):
 
         if context.object.mode in {'GPENCIL_EDIT', 'GPENCIL_SCULPT', 'GPENCIL_WEIGHT'}:
             col.prop(gpd, "show_edit_lines", text="Show Edit Lines")
+            col.prop(gpd, "edit_line_color", text="Edit Line Color")
 
         if gpd.use_stroke_edit_mode or gpd.is_stroke_sculpt_mode:
             col.prop(tool_settings.gpencil_sculpt, "use_select_mask")



More information about the Bf-blender-cvs mailing list