[Bf-blender-cvs] [64abbdc1922] greasepencil-object: UI: remove Edit Lines color from Overlay panel

Antonio Vazquez noreply at git.blender.org
Fri Jul 6 17:00:05 CEST 2018


Commit: 64abbdc1922746aa97f621a69580acd7b15eacce
Author: Antonio Vazquez
Date:   Fri Jul 6 16:59:54 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rB64abbdc1922746aa97f621a69580acd7b15eacce

UI: remove Edit Lines color from Overlay panel

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

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 c350f509670..4134516978b 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -4260,7 +4260,6 @@ 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")
 
 
 class VIEW3D_PT_overlay_gpencil_paper(Panel):
@@ -4583,8 +4582,8 @@ classes = (
     VIEW3D_PT_pivot_point,
     VIEW3D_PT_snapping,
     VIEW3D_PT_transform_orientations,
-    VIEW3D_PT_overlay_gpencil_options,
     VIEW3D_PT_overlay_gpencil_paper,
+    VIEW3D_PT_overlay_gpencil_options,
     VIEW3D_PT_context_properties,
 )



More information about the Bf-blender-cvs mailing list