[Bf-blender-cvs] [d52081d048b] fcurve-modifier-panels: No header for NLA modifier add panel

Hans Goudey noreply at git.blender.org
Mon Oct 19 04:45:00 CEST 2020


Commit: d52081d048b4ca0a38d732edc995bd27006732be
Author: Hans Goudey
Date:   Wed Aug 12 11:35:10 2020 -0400
Branches: fcurve-modifier-panels
https://developer.blender.org/rBd52081d048b4ca0a38d732edc995bd27006732be

No header for NLA modifier add panel

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

M	source/blender/editors/space_nla/nla_buttons.c

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

diff --git a/source/blender/editors/space_nla/nla_buttons.c b/source/blender/editors/space_nla/nla_buttons.c
index e1a247b1bae..c7a906600b8 100644
--- a/source/blender/editors/space_nla/nla_buttons.c
+++ b/source/blender/editors/space_nla/nla_buttons.c
@@ -651,6 +651,7 @@ void nla_buttons_register(ARegionType *art)
   strcpy(pt->translation_context, BLT_I18NCONTEXT_DEFAULT_BPYRNA);
   pt->draw = nla_panel_modifiers;
   pt->poll = nla_strip_eval_panel_poll;
+  pt->flag = PNL_NO_HEADER;
   BLI_addtail(&art->paneltypes, pt);
 
   ANIM_fcm_generator_panel_register(art);



More information about the Bf-blender-cvs mailing list