48 strcpy(pt->
idname,
"ACTION_PT_properties");
49 strcpy(pt->
label,
N_(
"Active F-Curve"));
51 pt->
draw = action_anim_panel_properties;
52 pt->
poll = action_anim_panel_poll;
56 strcpy(pt->
idname,
"ACTION_PT_key_properties");
57 strcpy(pt->
label,
N_(
"Active Keyframe"));
59 pt->
draw = action_anim_panel_key_properties;
60 pt->
poll = action_anim_panel_poll;
64 strcpy(pt->
idname,
"ACTION_PT_modifiers");
65 strcpy(pt->
label,
N_(
"Modifiers"));
67 pt->
draw = action_anim_panel_modifiers;
68 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]