Blender  V3.3
Functions
io_cache.c File Reference
#include "MEM_guardedalloc.h"
#include "DNA_cachefile_types.h"
#include "DNA_space_types.h"
#include "BLI_listbase.h"
#include "BLI_path_util.h"
#include "BLI_string.h"
#include "BKE_cachefile.h"
#include "BKE_context.h"
#include "BKE_lib_id.h"
#include "BKE_main.h"
#include "BKE_report.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "DEG_depsgraph.h"
#include "UI_interface.h"
#include "WM_api.h"
#include "WM_types.h"
#include "io_cache.h"

Go to the source code of this file.

Functions

static void reload_cachefile (bContext *C, CacheFile *cache_file)
 
static void cachefile_init (bContext *C, wmOperator *op)
 
static int cachefile_open_invoke (bContext *C, wmOperator *op, const wmEvent *event)
 
static void open_cancel (bContext *UNUSED(C), wmOperator *op)
 
static int cachefile_open_exec (bContext *C, wmOperator *op)
 
void CACHEFILE_OT_open (wmOperatorType *ot)
 
static int cachefile_reload_exec (bContext *C, wmOperator *UNUSED(op))
 
void CACHEFILE_OT_reload (wmOperatorType *ot)
 
static int cachefile_layer_open_invoke (bContext *C, wmOperator *op, const wmEvent *event)
 
static int cachefile_layer_add_exec (bContext *C, wmOperator *op)
 
void CACHEFILE_OT_layer_add (wmOperatorType *ot)
 
static int cachefile_layer_remove_exec (bContext *C, wmOperator *UNUSED(op))
 
void CACHEFILE_OT_layer_remove (wmOperatorType *ot)
 
static int cachefile_layer_move_exec (bContext *C, wmOperator *op)
 
void CACHEFILE_OT_layer_move (wmOperatorType *ot)
 

Detailed Description

/

Definition in file io_cache.c.

Function Documentation

◆ cachefile_init()

static void cachefile_init ( bContext C,
wmOperator op 
)
static

◆ cachefile_layer_add_exec()

static int cachefile_layer_add_exec ( bContext C,
wmOperator op 
)
static

◆ cachefile_layer_move_exec()

static int cachefile_layer_move_exec ( bContext C,
wmOperator op 
)
static

◆ cachefile_layer_open_invoke()

static int cachefile_layer_open_invoke ( bContext C,
wmOperator op,
const wmEvent event 
)
static

◆ cachefile_layer_remove_exec()

static int cachefile_layer_remove_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ cachefile_open_exec()

static int cachefile_open_exec ( bContext C,
wmOperator op 
)
static

◆ cachefile_open_invoke()

static int cachefile_open_invoke ( bContext C,
wmOperator op,
const wmEvent event 
)
static

◆ CACHEFILE_OT_layer_add()

void CACHEFILE_OT_layer_add ( wmOperatorType ot)

◆ CACHEFILE_OT_layer_move()

void CACHEFILE_OT_layer_move ( wmOperatorType ot)

◆ CACHEFILE_OT_layer_remove()

void CACHEFILE_OT_layer_remove ( wmOperatorType ot)

◆ CACHEFILE_OT_open()

void CACHEFILE_OT_open ( wmOperatorType ot)

◆ CACHEFILE_OT_reload()

void CACHEFILE_OT_reload ( wmOperatorType ot)

◆ cachefile_reload_exec()

static int cachefile_reload_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ open_cancel()

static void open_cancel ( bContext UNUSEDC,
wmOperator op 
)
static

Definition at line 69 of file io_cache.c.

References wmOperator::customdata, MEM_freeN, and NULL.

Referenced by CACHEFILE_OT_open().

◆ reload_cachefile()

static void reload_cachefile ( bContext C,
CacheFile cache_file 
)
static