Blender  V3.3
io_gpencil.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2020 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 struct ARegion;
11 struct View3D;
12 struct bContext;
13 struct wmOperatorType;
14 
16 
17 #ifdef WITH_PUGIXML
18 void WM_OT_gpencil_export_svg(struct wmOperatorType *ot);
19 #endif
20 #ifdef WITH_HARU
21 void WM_OT_gpencil_export_pdf(struct wmOperatorType *ot);
22 #endif
23 
#define C
Definition: RandGen.cpp:25
void WM_OT_gpencil_import_svg(struct wmOperatorType *ot)
struct View3D * get_invoke_view3d(struct bContext *C)
struct ARegion * get_invoke_region(struct bContext *C)
wmOperatorType * ot
Definition: wm_files.c:3479