[Bf-blender-cvs] [e39283c0434] greasepencil-object: GPencil: Remove Emboss por Sliders

Antonio Vazquez noreply at git.blender.org
Thu Nov 28 16:59:04 CET 2019


Commit: e39283c04349c03e80abd0bee1517a2e3e6101e4
Author: Antonio Vazquez
Date:   Thu Nov 28 16:58:55 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rBe39283c04349c03e80abd0bee1517a2e3e6101e4

GPencil: Remove Emboss por Sliders

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

M	source/blender/editors/animation/anim_channels_defines.c

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

diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index 202edf85595..bc0d50fa1f1 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -5059,6 +5059,7 @@ void ANIM_channel_draw_widgets(const bContext *C,
         else if (ale->type == ANIMTYPE_GPLAYER) {
           /* Add some offset to make it more pleasing to the eye. */
           offset += SLIDER_WIDTH / 2.1f;
+          UI_block_emboss_set(block, UI_EMBOSS_NONE);
 
           char *gp_rna_path = NULL;
           bGPDlayer *gpl = (bGPDlayer *)ale->data;



More information about the Bf-blender-cvs mailing list