Blender
V3.3
|
#include <float.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "action_intern.h"
Go to the source code of this file.
Functions | |
void | action_buttons_register (ARegionType *UNUSED(art)) |
void action_buttons_register | ( | ARegionType * | UNUSEDart | ) |
Definition at line 24 of file action_buttons.c.
References BLI_addtail(), BLT_I18NCONTEXT_DEFAULT_BPYRNA, PanelType::draw, PanelType::idname, PanelType::label, MEM_callocN, N_, PanelType::poll, and PanelType::translation_context.
Referenced by ED_spacetype_action().