Blender
V4.5
source
blender
blenkernel
BKE_blender_copybuffer.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
#pragma once
5
10
#include "
BLI_sys_types.h
"
11
12
struct
Main
;
13
struct
ReportList
;
14
struct
bContext
;
15
28
bool
BKE_copybuffer_read
(
Main
*bmain_dst,
29
const
char
*libname,
30
ReportList
*reports,
31
uint64_t
id_types_mask);
46
int
BKE_copybuffer_paste
(
47
bContext
*C,
const
char
*libname,
int
flag
,
ReportList
*reports,
uint64_t
id_types_mask);
BKE_copybuffer_read
bool BKE_copybuffer_read(Main *bmain_dst, const char *libname, ReportList *reports, uint64_t id_types_mask)
Definition
blender_copybuffer.cc:62
BKE_copybuffer_paste
int BKE_copybuffer_paste(bContext *C, const char *libname, int flag, ReportList *reports, uint64_t id_types_mask)
Definition
blender_copybuffer.cc:91
BLI_sys_types.h
uint64_t
unsigned __int64 uint64_t
Definition
stdint.h:90
Main
Definition
BKE_main.hh:141
ReportList
Definition
DNA_windowmanager_types.h:119
bContext
Definition
blenkernel/intern/context.cc:58
flag
int flag
Definition
transform_convert_sequencer.cc:49
Generated on Fri Apr 3 2026 06:33:18 for Blender by
doxygen
1.11.0