[Bf-blender-cvs] [816d9beec2a] greasepencil-object: UI: More changes in Viewport Display Panel

Antonio Vazquez noreply at git.blender.org
Thu Jun 7 16:47:21 CEST 2018


Commit: 816d9beec2a046051cbfafbc5fd0143bbd55fee0
Author: Antonio Vazquez
Date:   Thu Jun 7 16:47:03 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rB816d9beec2a046051cbfafbc5fd0143bbd55fee0

UI: More changes in Viewport Display Panel

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_data_gpencil.py b/release/scripts/startup/bl_ui/properties_data_gpencil.py
index 01ec61eeb38..f073cc64f97 100644
--- a/release/scripts/startup/bl_ui/properties_data_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_data_gpencil.py
@@ -243,6 +243,7 @@ class DATA_PT_gpencil_display(DataButtonsPanel, Panel):
 
         layout.prop(gpd, "xray_mode", text="Depth Ordering")
         layout.prop(gpd, "show_edit_lines", text="Show Edit Lines")
+        layout.prop(gpd, "show_multiedit_line_only", text="Display Only Edit Line In Multiframe")
         layout.prop(gpd, "edit_line_color", text="Edit Line Color")
         layout.prop(ob, "empty_draw_size", text="Marker Size")
 
@@ -252,12 +253,9 @@ class DATA_PT_gpencil_display(DataButtonsPanel, Panel):
         sub.active = not gpd.show_constant_thickness
         sub.prop(gpd, "pixfactor", text="Thickness Scale")
 
-        col = layout.column()
-        col.prop(gpd, "show_multiedit_line_only", text="Show Only Lines in Multiedit")
 
         if gpl:
-            col = layout.column(align=True)
-            col.prop(gpd, "show_stroke_direction", text="Show Stroke Directions")
+            layout.prop(gpd, "show_stroke_direction", text="Show Stroke Directions")
 
 
 ###############################



More information about the Bf-blender-cvs mailing list