32 strcpy(pt->
idname,
"ACTION_PT_properties");
33 strcpy(pt->
label,
N_(
"Active F-Curve"));
35 pt->
draw = action_anim_panel_properties;
36 pt->
poll = action_anim_panel_poll;
40 strcpy(pt->
idname,
"ACTION_PT_key_properties");
41 strcpy(pt->
label,
N_(
"Active Keyframe"));
43 pt->
draw = action_anim_panel_key_properties;
44 pt->
poll = action_anim_panel_poll;
48 strcpy(pt->
idname,
"ACTION_PT_modifiers");
49 strcpy(pt->
label,
N_(
"Modifiers"));
51 pt->
draw = action_anim_panel_modifiers;
52 pt->
poll = action_anim_panel_poll;
void BLI_addtail(struct ListBase *listbase, void *vlink) ATTR_NONNULL(1)
#define BLT_I18NCONTEXT_DEFAULT_BPYRNA
void *(* MEM_callocN)(size_t len, const char *str)
void(* draw)(const struct bContext *C, struct Panel *panel)
bool(* poll)(const struct bContext *C, struct PanelType *pt)
char idname[BKE_ST_MAXNAME]
char translation_context[BKE_ST_MAXNAME]
char label[BKE_ST_MAXNAME]