[Bf-blender-cvs] [cae3d19a8df] greasepencil-object: Cleanup: Remove the old "total palettes" entry from the "Information" panel

Joshua Leung noreply at git.blender.org
Tue May 8 12:38:44 CEST 2018


Commit: cae3d19a8df7d238a370f01e172319a5a9518bfe
Author: Joshua Leung
Date:   Tue May 8 11:19:40 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rBcae3d19a8df7d238a370f01e172319a5a9518bfe

Cleanup: Remove the old "total palettes" entry from the "Information" 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 0d60ac0ecb5..7f07b87a80a 100644
--- a/release/scripts/startup/bl_ui/properties_data_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_data_gpencil.py
@@ -255,14 +255,12 @@ class DATA_PT_gpencil_infopanel(DataButtonsPanel, Panel):
         col.label("Frames:", icon="LAYER_ACTIVE")
         col.label("Strokes:", icon="LAYER_ACTIVE")
         col.label("Points:", icon="LAYER_ACTIVE")
-        col.label("Palettes:", icon="LAYER_ACTIVE")
 
         col = split.column(align=True)
         col.label(str(gpd.info_total_layers))
         col.label(str(gpd.info_total_frames))
         col.label(str(gpd.info_total_strokes))
         col.label(str(gpd.info_total_points))
-        col.label(str(gpd.info_total_palettes))
 
 
 class DATA_PT_gpencil_display(DataButtonsPanel, Panel):



More information about the Bf-blender-cvs mailing list