|
Blender
V3.3
|
#include <string.h>#include "MEM_guardedalloc.h"#include "BLI_blenlib.h"#include "BLI_utildefines.h"#include "BKE_context.h"#include "BKE_screen.h"#include "WM_types.h"#include "ED_screen.h"#include "clip_intern.h"Go to the source code of this file.
Functions | |
| ARegion * | ED_clip_has_properties_region (ScrArea *area) |
Definition at line 28 of file clip_toolbar.c.
References ARegion::alignment, blender::compositor::area(), BKE_area_find_region_type(), BLI_insertlinkafter(), ARegion::flag, MEM_callocN, NULL, ARegion::regiontype, RGN_ALIGN_RIGHT, RGN_FLAG_HIDDEN, RGN_TYPE_HEADER, and RGN_TYPE_UI.
Referenced by clip_refresh().