[Bf-blender-cvs] [014c2d5e03d] greasepencil-object: GP: Rename Solo Mode property

Antonioya noreply at git.blender.org
Sun Jan 6 17:29:34 CET 2019


Commit: 014c2d5e03d26ed4b1fab41b93c28287baaaa462
Author: Antonioya
Date:   Sun Jan 6 17:26:43 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rB014c2d5e03d26ed4b1fab41b93c28287baaaa462

GP: Rename Solo Mode property

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_data_gpencil.py b/release/scripts/startup/bl_ui/properties_data_gpencil.py
index 8fbc2655ef1..d45c2eb2702 100644
--- a/release/scripts/startup/bl_ui/properties_data_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_data_gpencil.py
@@ -146,7 +146,7 @@ class DATA_PT_gpencil_datapanel(Panel):
                       icon='MOD_MASK' if gpl.clamp_layer else 'LAYER_ACTIVE')
 
             srow = col.row(align=True)
-            srow.prop(gpl, "use_solo_mode", text="Display Only Keyframes", icon='TIME')
+            srow.prop(gpl, "use_solo_mode", text="Show Only On Keyframed")
 
         col = row.column()
 
diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index 8821a7e5dc6..c9aa0ad5633 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -508,7 +508,7 @@ class TOPBAR_PT_gpencil_layers(Panel):
                       icon='MOD_MASK' if gpl.clamp_layer else 'LAYER_ACTIVE')
 
             srow = col.row(align=True)
-            srow.prop(gpl, "use_solo_mode", text="Display Only Keyframes", icon='TIME')
+            srow.prop(gpl, "use_solo_mode", text="Show Only On Keyframed")
 
         col = row.column()



More information about the Bf-blender-cvs mailing list